labwc/data/rc.xml

27 lines
639 B
XML
Raw Normal View History

2020-06-05 23:04:54 +01:00
<?xml version="1.0" encoding="UTF-8"?>
2020-06-08 19:49:19 +01:00
<!-- Use <openbox_config> as root element for openbox compatibility -->
<openbox_config>
2020-06-05 23:04:54 +01:00
2020-06-08 19:49:19 +01:00
<!-- labwc specific settings - additional to openbox -->
<lab>
2020-06-05 23:04:54 +01:00
<!-- Use client-side decorations for xdg-shell views -->
<csd>no</csd>
2020-06-08 19:49:19 +01:00
<!-- See xkeyboard-config(7) for details on these keyboard settings -->
<keyboard>
<layout>gb</layout>
</keyboard>
</lab>
<!-- keybinds have not been implemented yet. For the time being, we use the
following:
- Alt+Escape Exit labwc
- Alt+F2 Cycle windows
- Alt+F3 Launch dmenu -->
<keyboard>
</keyboard>
2020-06-05 23:04:54 +01:00
</openbox_config>