updates to labwc's configs
This commit is contained in:
parent
9badc4854e
commit
4aca2ec76b
|
@ -67,3 +67,6 @@ GRIM_DEFAULT_DIR=~/Pictures/Screenshots
|
|||
XCURSOR_THEME=Adwaita
|
||||
XCURSOR_SIZE=24
|
||||
XKB_DEFAULT_LAYOUT=us
|
||||
QT_QPA_PLATFORMTHEME=qt6ct
|
||||
QT_QPA_PLATFORM=wayland
|
||||
XDG_MENU_PREFIX=arch-
|
||||
|
|
|
@ -46,8 +46,10 @@
|
|||
<item label="Firefox">
|
||||
<action name="Execute" command="firefox" />
|
||||
</item>
|
||||
<item label="PCManFM">
|
||||
<action name="Execute" command="pcmanfm-qt" />
|
||||
<item label="Files">
|
||||
<action name="Execute">
|
||||
<command>pcmanfm-qt</command>
|
||||
</action>
|
||||
</item>
|
||||
<item label="Kitty">
|
||||
<action name="Execute" command="kitty" />
|
||||
|
|
55
labwc/rc.xml
55
labwc/rc.xml
|
@ -57,6 +57,9 @@
|
|||
<command>sh -c 'grim - | wl-copy'</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-S-P">
|
||||
<action name="execute" command="wl-color-picker clipboard"/>
|
||||
</keybind>
|
||||
<keybind key="XF86_AudioLowerVolume">
|
||||
<action name="Execute">
|
||||
<command>sh -c 'pamixer --decrease 2; pamixer --get-volume > /run/user/1000/wob.sock'</command>
|
||||
|
@ -79,7 +82,8 @@
|
|||
</keybind>
|
||||
</keyboard>
|
||||
<tablet mapToOutput="DP-1" rotate="0" mouseEmulation="no">
|
||||
<!-- <area top="0.0" left="0.0" width="0.0" height="0.0" /> -->
|
||||
<!-- <area top="0.0" left="0.0" width="0.0" height="0.0" /> -->
|
||||
<map button="stylus" to="Middle" />
|
||||
</tablet>
|
||||
<mouse>
|
||||
<default/>
|
||||
|
@ -126,31 +130,30 @@
|
|||
<windowRules>
|
||||
<windowRule identifier="imv" serverDecoration="yes"/>
|
||||
<windowRule identifier="megasync"/>
|
||||
<windowRule type="dialog">
|
||||
<action name="AutoPlace" policy="center" />
|
||||
</windowRule>
|
||||
<windowRule identifier="blueman-manager">
|
||||
<action name="AutoPlace" policy="center" />
|
||||
</windowRule>
|
||||
<windowRule title="pulsemixer">
|
||||
<action name="AutoPlace" policy="center" />
|
||||
</windowRule>
|
||||
<windowRule identifier="nm-connection-editor">
|
||||
<action name="AutoPlace" policy="center" />
|
||||
</windowRule>
|
||||
<windowRule identifier="nm-applet" >
|
||||
<action name="AutoPlace" policy="center" />
|
||||
</windowRule>
|
||||
<windowRule title="Proton Mail Bridge">
|
||||
<action name="AutoPlace" policy="center" />
|
||||
</windowRule>
|
||||
<windowRule identifier="protonvpn-app" >
|
||||
<action name="AutoPlace" policy="center" />
|
||||
</windowRule>
|
||||
<windowRule identifier="MEGAsync" ignoreConfigureRequests="yes" >
|
||||
<action name="AutoPlace" policy="center" />
|
||||
</windowRule>
|
||||
|
||||
<windowRule type="dialog">
|
||||
<action name="AutoPlace" policy="center"/>
|
||||
</windowRule>
|
||||
<windowRule identifier="blueman-manager">
|
||||
<action name="AutoPlace" policy="center"/>
|
||||
</windowRule>
|
||||
<windowRule title="pulsemixer">
|
||||
<action name="AutoPlace" policy="center"/>
|
||||
</windowRule>
|
||||
<windowRule identifier="nm-connection-editor">
|
||||
<action name="AutoPlace" policy="center"/>
|
||||
</windowRule>
|
||||
<windowRule identifier="nm-applet">
|
||||
<action name="AutoPlace" policy="center"/>
|
||||
</windowRule>
|
||||
<windowRule title="Proton Mail Bridge">
|
||||
<action name="AutoPlace" policy="center"/>
|
||||
</windowRule>
|
||||
<windowRule identifier="protonvpn-app">
|
||||
<action name="AutoPlace" policy="center"/>
|
||||
</windowRule>
|
||||
<windowRule identifier="MEGAsync" ignoreConfigureRequests="yes">
|
||||
<action name="AutoPlace" policy="center"/>
|
||||
</windowRule>
|
||||
</windowRules>
|
||||
<placement>
|
||||
<policy>automatic</policy>
|
||||
|
|
Loading…
Reference in New Issue