diff options
| -rw-r--r-- | data/rc.xml.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/data/rc.xml.in b/data/rc.xml.in index df2c4823..a5eaa34d 100644 --- a/data/rc.xml.in +++ b/data/rc.xml.in @@ -239,12 +239,9 @@ <mousebind button="Right" action="Press"> <action name="ShowMenu"><menu>client-menu</menu></action> </mousebind> - <mousebind button="Left" action="Click"> + <mousebind button="Left" action="Press"> <action name="ShowMenu"><menu>client-menu</menu></action> </mousebind> - <mousebind button="Left" action="DoubleClick"> - <action name="Close"/> - </mousebind> </context> <context name="AllDesktops"> <mousebind button="Left" action="Press"> |
