Logan G
1653c504df
Doesn't match the GTK or Qt theme but it is at least less jarring than the mix of light and dark theme
65 lines
1.8 KiB
XML
65 lines
1.8 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<labwc_config>
|
|
<core>
|
|
<decoration>server</decoration>
|
|
<gap>0</gap>
|
|
<windowSwitcher preview=""/>
|
|
</core>
|
|
|
|
|
|
<theme>
|
|
<name>Arc-Clone</name>
|
|
<cornerRadius>8</cornerRadius>
|
|
</theme>
|
|
|
|
|
|
<focus>
|
|
<followMouse>no</followMouse>
|
|
<raiseOnFocus>no</raiseOnFocus>
|
|
</focus>
|
|
|
|
|
|
<snapping>
|
|
<range>1</range>
|
|
<topMaximize>yes</topMaximize>
|
|
</snapping>
|
|
|
|
|
|
<keyboard>
|
|
<default />
|
|
<keybind key="W-t">
|
|
<action name="Execute"><command>footclient</command></action>
|
|
</keybind>
|
|
<keybind key="C-A-t">
|
|
<action name="Execute"><command>footclient</command></action>
|
|
</keybind>
|
|
|
|
<keybind key="W">
|
|
<action name="Execute"><command>nwg-drawer</command></action>
|
|
</keybind>
|
|
|
|
<keybind key="W-r">
|
|
<action name="Execute"><command>bemenu-run</command></action>
|
|
</keybind>
|
|
|
|
<keybind key="XF86_AudioLowerVolume">
|
|
<action name="Execute"><command>pactl set-sink-volume @DEFAULT_SINK@ -5%</command></action>
|
|
</keybind>
|
|
|
|
<keybind key="XF86_AudioRaiseVolume">
|
|
<action name="Execute"><command>pactl set-sink-volume @DEFAULT_SINK@ +5%</command></action>
|
|
</keybind>
|
|
<keybind key="XF86_AudioMute">
|
|
<action name="Execute"><command>pactl set-sink-mute @DEFAULT_SINK@ toggle</command></action>
|
|
</keybind>
|
|
|
|
<keybind key="XF86_MonBrightnessUp">
|
|
<action name="Execute"><command>light -A 5</command></action>
|
|
</keybind>
|
|
|
|
<keybind key="XF86_MonBrightnessDown">
|
|
<action name="Execute"><command>light -U 5</command></action>
|
|
</keybind>
|
|
</keyboard>
|
|
</labwc_config>
|