labwc-dots/.config/labwc/rc.xml

53 lines
1.2 KiB
XML

<?xml version="1.0"?>
<!--
This is a very simple config file with many options missing. For a complete
set of options with comments, see docs/rc.xml.all
-->
<labwc_config>
<theme>
<name>custom-openbox</name>
<cornerRadius>10</cornerRadius>
<font name="JetBrains Mono" size="12" />
</theme>
<keyboard>
<default />
<!-- Use a different terminal emulator -->
<keybind key="W-Return">
<action name="Execute" command="rofi -show window" />
</keybind>
<!--
Remove a previously defined keybin
A shorter alternative is <keybind key="W-F4" />
-->
<keybind key="W-D">
<action name="Execute" command="rofi -show drun" />
</keybind>
</keyboard>
<mouse>
<default />
<!-- Show a custom menu on desktop right click -->
<context name="Root">
<mousebind button="Right" action="Press">
<action name="ShowMenu" menu="some-custom-menu" />
</mousebind>
</context>
</mouse>
<showIcons>yes</showIcons>
<desktops>
<number>4</number>
<firstdesk>1</firstdesk>
<names>
<name>1</name>
<name>2</name>
<name>3</name>
<name>4</name>
</names>
</desktops>
</labwc_config>