aboutsummaryrefslogtreecommitdiff
path: root/.config/labwc/rc.xml
diff options
context:
space:
mode:
authorschererleander <leander@leander-scherer.de>2024-03-11 17:12:20 +0100
committerschererleander <leander@leander-scherer.de>2024-03-11 17:12:20 +0100
commitb77a7d585cf6cf2420dd770e42ba5b1e08a4e12c (patch)
tree1e609feaf2356f80ea95cc0f61fc2ecddc875f6b /.config/labwc/rc.xml
parentbe73020a8d6d0beefdedf6f2c2c1ffa3cc8a82b6 (diff)
initial commit
Diffstat (limited to '.config/labwc/rc.xml')
-rw-r--r--.config/labwc/rc.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/.config/labwc/rc.xml b/.config/labwc/rc.xml
new file mode 100644
index 0000000..12a8931
--- /dev/null
+++ b/.config/labwc/rc.xml
@@ -0,0 +1,45 @@
+<?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>
+ <decoration>server</decoration>
+ <gap>0</gap>
+ <adaptiveSync>no</adaptiveSync>
+ <reuseOutputMode>yes</reuseOutputMode>
+ </core>
+
+ <theme>
+ <name>Walbox</name>
+ <font name="Iosevka" size="10" />
+ </theme>
+
+ <keyboard>
+ <default />
+ <!-- Use a different terminal emulator -->
+ <keybind key="W-Return">
+ <action name="Execute" command="kitty" />
+ </keybind>
+ <!--
+ Remove a previously defined keybind
+ A shorter alternative is <keybind key="W-F4" />
+ -->
+ <keybind key="W-F4">
+ <action name="None" />
+ </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>