mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
Read rc.xml and begin parsing
This commit is contained in:
parent
fdc131049c
commit
6166e9b370
12 changed files with 227 additions and 7 deletions
12
data/rc.xml
Normal file
12
data/rc.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<openbox_config xmlns="http://openbox.org/3.4/rc"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
|
||||
<!-- wlroots specific settings - not part of openbox -->
|
||||
<wlroots>
|
||||
<!-- Use client-side decorations for xdg-shell views -->
|
||||
<csd>no</csd>
|
||||
</wlroots>
|
||||
|
||||
</openbox_config>
|
||||
Loading…
Add table
Add a link
Reference in a new issue