]> git.mdlowis.com Git - proto/labwc.git/commitdiff
data/rc.xml: update
authorJohan Malm <jgm323@gmail.com>
Sat, 18 Jul 2020 10:42:16 +0000 (11:42 +0100)
committerJohan Malm <jgm323@gmail.com>
Sat, 18 Jul 2020 10:42:16 +0000 (11:42 +0100)
README.md
data/rc.xml

index a6dd01148daea17630fd58b093d82fa7e9d17f99..f47df28ad4f964da7934c5d1a51e9abea3dd2c6c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ It is in early development, so expect bugs and missing features.
 
 ## Dependencies
 
-Runtime dependencies include wlroots (>=0.10.0), wayland-protocols,xwayland,
+Runtime dependencies include wlroots (>=0.10.0), wayland-protocols,xwayland,  
 libxml2, glib-2.0, cairo and pango.
 
 ## Roadmap
@@ -32,7 +32,8 @@ libxml2, glib-2.0, cairo and pango.
 - [x] Parse [rc.xml](data/rc.xml)
 - [x] Parse [themerc](data/themerc)
 - [x] Read xbm icons
-- [x] Add maximize, minimize, close buttons
+- [x] Show maximize, minimize, close buttons
+- [ ] Give actions to maximize, minimize, close buttons
 - [ ] Add grip
 - [ ] Support layer-shell background (e.g. using swaybg)
 - [ ] Draw better alt-tab rectangle
@@ -55,7 +56,13 @@ The following were considered before choosing wlroots: [QtWayland](https://githu
 ## Configuration
 
 See [rc.xml](data/rc.xml) and [themerc](data/themerc) comments for details
-incl. keybinds.
+including keybinds.
+
+Suggest either running with:
+
+    ./build/labwc -c data/rc.xml
+
+or copy data/rc.xml to ~/.config/labwc/
 
 ## Integration
 
index e097bd6f35b3d79e15094a0ce478c99017370068..3f5b8031b320ec812a72d90333e0590a22c3dfb9 100644 (file)
@@ -9,18 +9,15 @@
   <csd>no</csd>
 
   <!-- See xkeyboard-config(7) for details on these keyboard settings -->
+  <!--
   <keyboard>
     <layout>gb</layout>
   </keyboard>
+  -->
 </lab>
 
 <theme>
   <name>Clearlooks</name>
-  <titleLayout>NLIMC</titleLayout>
-  <font place="ActiveWindow">
-    <name>sans</name>
-    <size>8</size>
-  </font>
 </theme>
 
 <keyboard>
@@ -30,6 +27,8 @@
   <keybind key="A-Tab">
     <action name="NextWindow"/>
   </keybind>
+
+  <!-- de-conflict with WM alt-tab bind when running under X11 -->
   <keybind key="A-F2">
     <action name="NextWindow"/>
   </keybind>