1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-01 03:09:32 +00:00
This commit is contained in:
Rae 5e 2024-12-29 23:00:40 -05:00
parent 0fa4fa69b4
commit 2662de52d4
3 changed files with 12 additions and 7 deletions

View file

@ -92,14 +92,14 @@
<mousebind button="A-Left" action="Drag">
<action name="Move"/>
</mousebind>
<mousebind button="A-Right" action="Drag">
<action name="Resize"/>
</mousebind>
<mousebind button="A-Middle" action="Click">
<mousebind button="A-Right" action="Click">
<action name="ShowMenu">
<menu>root</menu>
</action>
</mousebind>
<mousebind button="A-Right" action="Drag">
<action name="Resize"/>
</mousebind>
</context>
<context name="Titlebar">
@ -162,7 +162,7 @@
</context>
<context name="Root">
<mousebind button="Middle" action="Click">
<mousebind button="Right" action="Click">
<action name="ShowMenu">
<menu>root</menu>
</action>