diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-12 17:54:55 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-12 17:54:55 +0000 |
| commit | 5eba6007e78eb52da0a20e954fec9d88124c026d (patch) | |
| tree | 42f26b5d9d9775ea0c2418b604c44896c51b221e /data/rc.xml | |
| parent | 06181f9cc4cfd689cff3f54e28548e7d91d1fbae (diff) | |
change the "handle" context to "bottom". add a "top" context. make the top
and bottom contexts resize vertically in the default config file.
Diffstat (limited to 'data/rc.xml')
| -rw-r--r-- | data/rc.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/data/rc.xml b/data/rc.xml index bda1ca88..515acffa 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -256,12 +256,20 @@ <action name="ShowMenu"><menu>client-menu</menu></action> </mousebind> </context> - <context name="Handle"> + <context name="Top"> + <mousebind button="Left" action="Drag"> + <action name="Resize"><edge>top</edge></action> + </mousebind> + <mousebind button="Left" action="Press"> + <action name="Activate"/> + </mousebind> + </context> + <context name="Bottom"> <mousebind button="Left" action="Drag"> <action name="Resize"><edge>bottom</edge></action> </mousebind> <mousebind button="Left" action="Press"> - <action name="Focus"/> + <action name="Activate"/> </mousebind> </context> <context name="BLCorner"> |
