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_THEME=Adwaita
|
||||||
XCURSOR_SIZE=24
|
XCURSOR_SIZE=24
|
||||||
XKB_DEFAULT_LAYOUT=us
|
XKB_DEFAULT_LAYOUT=us
|
||||||
|
QT_QPA_PLATFORMTHEME=qt6ct
|
||||||
|
QT_QPA_PLATFORM=wayland
|
||||||
|
XDG_MENU_PREFIX=arch-
|
||||||
|
|
|
@ -46,8 +46,10 @@
|
||||||
<item label="Firefox">
|
<item label="Firefox">
|
||||||
<action name="Execute" command="firefox" />
|
<action name="Execute" command="firefox" />
|
||||||
</item>
|
</item>
|
||||||
<item label="PCManFM">
|
<item label="Files">
|
||||||
<action name="Execute" command="pcmanfm-qt" />
|
<action name="Execute">
|
||||||
|
<command>pcmanfm-qt</command>
|
||||||
|
</action>
|
||||||
</item>
|
</item>
|
||||||
<item label="Kitty">
|
<item label="Kitty">
|
||||||
<action name="Execute" command="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>
|
<command>sh -c 'grim - | wl-copy'</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
<keybind key="C-S-P">
|
||||||
|
<action name="execute" command="wl-color-picker clipboard"/>
|
||||||
|
</keybind>
|
||||||
<keybind key="XF86_AudioLowerVolume">
|
<keybind key="XF86_AudioLowerVolume">
|
||||||
<action name="Execute">
|
<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>
|
||||||
|
@ -79,7 +82,8 @@
|
||||||
</keybind>
|
</keybind>
|
||||||
</keyboard>
|
</keyboard>
|
||||||
<tablet mapToOutput="DP-1" rotate="0" mouseEmulation="no">
|
<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>
|
</tablet>
|
||||||
<mouse>
|
<mouse>
|
||||||
<default/>
|
<default/>
|
||||||
|
@ -126,31 +130,30 @@
|
||||||
<windowRules>
|
<windowRules>
|
||||||
<windowRule identifier="imv" serverDecoration="yes"/>
|
<windowRule identifier="imv" serverDecoration="yes"/>
|
||||||
<windowRule identifier="megasync"/>
|
<windowRule identifier="megasync"/>
|
||||||
<windowRule type="dialog">
|
<windowRule type="dialog">
|
||||||
<action name="AutoPlace" policy="center" />
|
<action name="AutoPlace" policy="center"/>
|
||||||
</windowRule>
|
</windowRule>
|
||||||
<windowRule identifier="blueman-manager">
|
<windowRule identifier="blueman-manager">
|
||||||
<action name="AutoPlace" policy="center" />
|
<action name="AutoPlace" policy="center"/>
|
||||||
</windowRule>
|
</windowRule>
|
||||||
<windowRule title="pulsemixer">
|
<windowRule title="pulsemixer">
|
||||||
<action name="AutoPlace" policy="center" />
|
<action name="AutoPlace" policy="center"/>
|
||||||
</windowRule>
|
</windowRule>
|
||||||
<windowRule identifier="nm-connection-editor">
|
<windowRule identifier="nm-connection-editor">
|
||||||
<action name="AutoPlace" policy="center" />
|
<action name="AutoPlace" policy="center"/>
|
||||||
</windowRule>
|
</windowRule>
|
||||||
<windowRule identifier="nm-applet" >
|
<windowRule identifier="nm-applet">
|
||||||
<action name="AutoPlace" policy="center" />
|
<action name="AutoPlace" policy="center"/>
|
||||||
</windowRule>
|
</windowRule>
|
||||||
<windowRule title="Proton Mail Bridge">
|
<windowRule title="Proton Mail Bridge">
|
||||||
<action name="AutoPlace" policy="center" />
|
<action name="AutoPlace" policy="center"/>
|
||||||
</windowRule>
|
</windowRule>
|
||||||
<windowRule identifier="protonvpn-app" >
|
<windowRule identifier="protonvpn-app">
|
||||||
<action name="AutoPlace" policy="center" />
|
<action name="AutoPlace" policy="center"/>
|
||||||
</windowRule>
|
</windowRule>
|
||||||
<windowRule identifier="MEGAsync" ignoreConfigureRequests="yes" >
|
<windowRule identifier="MEGAsync" ignoreConfigureRequests="yes">
|
||||||
<action name="AutoPlace" policy="center" />
|
<action name="AutoPlace" policy="center"/>
|
||||||
</windowRule>
|
</windowRule>
|
||||||
|
|
||||||
</windowRules>
|
</windowRules>
|
||||||
<placement>
|
<placement>
|
||||||
<policy>automatic</policy>
|
<policy>automatic</policy>
|
||||||
|
|
Loading…
Reference in New Issue