mirror of
https://github.com/labwc/labwc.git
synced 2026-02-26 01:40:22 -05:00
Add window menu
This commit is contained in:
parent
4bc8726abd
commit
759b26b5c1
12 changed files with 108 additions and 11 deletions
|
|
@ -97,6 +97,9 @@
|
|||
<keybind key="W-Down">
|
||||
<action name="SnapToEdge"><direction>down</direction></action>
|
||||
</keybind>
|
||||
<keybind key="A-Space">
|
||||
<action name="ShowMenu"><menu>client-menu</menu></action>
|
||||
</keybind>
|
||||
<keybind key="XF86_AudioLowerVolume">
|
||||
<action name="Execute"><command>amixer sset Master 5%-</command></action>
|
||||
</keybind>
|
||||
|
|
@ -190,6 +193,13 @@
|
|||
<mousebind button="Left" action="Drag">
|
||||
<action name="Move"/>
|
||||
</mousebind>
|
||||
<mousebind button="Right" action="Click">
|
||||
<action name="Focus" />
|
||||
<action name="Raise" />
|
||||
<action name="ShowMenu">
|
||||
<menu>client-menu</menu>
|
||||
</action>
|
||||
</mousebind>
|
||||
<mousebind button="Left" action="DoubleClick">
|
||||
<action name="Focus"/>
|
||||
<action name="Raise"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue