Updated default/example rc.xml w/ first <mouse> implementation

This commit is contained in:
Alex Bryan 2021-08-29 17:10:21 -04:00 committed by Johan Malm
parent dfdb4e4b0e
commit a4fdb43d42
2 changed files with 16 additions and 0 deletions

View file

@ -18,4 +18,12 @@
</keybind>
</keyboard>
<mouse>
<context name="TitleBar">
<mousebind button="Left" action="DoubleClick">
<action name="ToggleMaximize"/>
</mousebind>
</context>
</mouse>
</labwc_config>

View file

@ -71,4 +71,12 @@
</keybind>
</keyboard>
<mouse>
<context name="TitleBar">
<mousebind button="Left" action="DoubleClick">
<action name="ToggleMaximize"/>
</mousebind>
</context>
</mouse>
</labwc_config>