remove A-Left and A-Right bindings
This commit is contained in:
parent
534a669ff6
commit
e8d1d05cd2
79
labwc/rc.xml
79
labwc/rc.xml
|
@ -22,12 +22,12 @@
|
|||
<policy>automatic</policy>
|
||||
</placement>
|
||||
-->
|
||||
<theme>
|
||||
<name>Vermello-borris</name>
|
||||
<cornerRadius>4</cornerRadius>
|
||||
<font name="Fantasque Sans Mono" weight="bold" size="12"/>
|
||||
<dropShadows>yes</dropShadows>
|
||||
</theme>
|
||||
<theme>
|
||||
<name>Vermello-borris</name>
|
||||
<cornerRadius>4</cornerRadius>
|
||||
<font name="Fantasque Sans Mono" weight="bold" size="12"/>
|
||||
<dropShadows>yes</dropShadows>
|
||||
</theme>
|
||||
<keyboard>
|
||||
<default/>
|
||||
<keybind key="W-r">
|
||||
|
@ -43,30 +43,30 @@
|
|||
</action>
|
||||
</keybind>
|
||||
<keybind key="S-Print">
|
||||
<action name="Execute">
|
||||
<command>sh -c 'grim -g "`slurp`"'</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-S-Print">
|
||||
<action name="Execute">
|
||||
<command>sh -c 'grim -g "`slurp`" - | wl-copy'</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-Print">
|
||||
<action name="Execute">
|
||||
<command>sh -c 'grim -g "`slurp`"'</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-S-Print">
|
||||
<action name="Execute">
|
||||
<command>sh -c 'grim -g "`slurp`" - | wl-copy'</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-Print">
|
||||
<action name="execute">
|
||||
<command>sh -c 'grim - | wl-copy'</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="XF86_AudioLowerVolume">
|
||||
<action name="Execute">
|
||||
<command>sh -c 'pamixer --decrease 2; pamixer --get-volume > /run/user/1000/wob.sock'</command>
|
||||
<command>sh -c 'pamixer --decrease 2; pamixer --get-volume > /run/user/1000/wob.sock'</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="XF86_AudioRaiseVolume">
|
||||
<action name="Execute">
|
||||
<command>sh -c 'pamixer --increase 2; pamixer --get-volume > /run/user/1000/wob.sock'</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<command>sh -c 'pamixer --increase 2; pamixer --get-volume > /run/user/1000/wob.sock'</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<!--
|
||||
Remove a previously defined keybind
|
||||
A shorter alternative is <keybind key="W-F4" />
|
||||
|
@ -77,10 +77,10 @@
|
|||
<keybind key="W-F4">
|
||||
<action name="None"/>
|
||||
</keybind>
|
||||
</keyboard>
|
||||
<tablet mapToOutput="DP-1" rotate="0" mouseEmulation="no">
|
||||
<!-- <area top="0.0" left="0.0" width="0.0" height="0.0" /> -->
|
||||
</tablet>
|
||||
</keyboard>
|
||||
<tablet mapToOutput="DP-1" rotate="0" mouseEmulation="no">
|
||||
<!-- <area top="0.0" left="0.0" width="0.0" height="0.0" /> -->
|
||||
</tablet>
|
||||
<mouse>
|
||||
<default/>
|
||||
<!-- Show a custom menu on desktop right click -->
|
||||
|
@ -88,7 +88,36 @@
|
|||
<mousebind button="Right" action="Press">
|
||||
<action name="ShowMenu" menu="some-custom-menu"/>
|
||||
</mousebind>
|
||||
</context>
|
||||
</context>
|
||||
<context name="Frame">
|
||||
<mousebind button="A-Left" action="Press">
|
||||
<action name="none" />
|
||||
</mousebind>
|
||||
<mousebind button="A-Right" action="Press">
|
||||
<action name="none" />
|
||||
</mousebind>
|
||||
<mousebind button="A-Left" action="Drag">
|
||||
<action name="none" />
|
||||
</mousebind>
|
||||
<mousebind button="A-Right" action="Drag">
|
||||
<action name="none" />
|
||||
</mousebind>
|
||||
<mousebind button="W-Left" action="Press">
|
||||
<action name="Focus" />
|
||||
<action name="Raise" />
|
||||
</mousebind>
|
||||
<mousebind button="W-Left" action="Drag">
|
||||
<action name="Move" />
|
||||
</mousebind>
|
||||
<mousebind button="W-Right" action="Press">
|
||||
<action name="Focus" />
|
||||
<action name="Raise" />
|
||||
</mousebind>
|
||||
<mousebind button="W-Right" action="Drag">
|
||||
<action name="Resize" />
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
</mouse>
|
||||
<libinput>
|
||||
<device>
|
||||
|
|
Loading…
Reference in New Issue