Added labwc config
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
<?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>
|
||||
|
||||
<core>
|
||||
<adaptiveSync>yes</adaptiveSync>
|
||||
<allowTearing>yes</allowTearing>
|
||||
</core>
|
||||
<theme>
|
||||
<name></name>
|
||||
<cornerRadius>8</cornerRadius>
|
||||
<font name="sans" size="12" />
|
||||
</theme>
|
||||
|
||||
<keyboard>
|
||||
<default />
|
||||
|
||||
<keybind key="W-Return">
|
||||
<action name="Execute" command="kitty" />
|
||||
</keybind>
|
||||
<keybind key="W-Shift_R">
|
||||
<action name="Execute" command="nautilus" />
|
||||
</keybind>
|
||||
<keybind key="W-Control_R">
|
||||
<action name="Execute" command="librewolf" />
|
||||
</keybind>
|
||||
|
||||
<keybind key="W-r">
|
||||
<action name="Execute" command="labwc -r" />
|
||||
</keybind>
|
||||
|
||||
<keybind key="W-e">
|
||||
<action name="kill"/>
|
||||
</keybind>
|
||||
|
||||
<keybind key="W-End">
|
||||
<action name="Exit"/>
|
||||
</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>
|
||||
|
||||
</labwc_config>
|
||||
Reference in New Issue
Block a user