]> git.mdlowis.com Git - proto/labwc.git/commitdiff
labwc-config(5): add followMouse and raiseOnFocus
authorJohan Malm <jgm323@gmail.com>
Fri, 28 May 2021 20:50:27 +0000 (21:50 +0100)
committerJohan Malm <jgm323@gmail.com>
Fri, 28 May 2021 20:50:27 +0000 (21:50 +0100)
docs/labwc-config.5.scd
docs/rc.xml

index 525f551f9e6214685c25d9128f35255176a6ee7d..2de575710186a0e4393ccc1d150857e1c06ccc79 100644 (file)
@@ -23,6 +23,16 @@ This section contains settings which are not present in Openbox.
        Use server side decorations for xdg-shell views where it is possible to
        turn off client side decorations. Default is yes.
 
+# FOCUS
+
+*<focus><followMouse>* [yes|no]
+       Make focus follow mouse, e.g. focus is given to window under mouse
+       cursor
+
+*<focus><raiseOnFocus>* [yes|no]
+       Also raise window to top when focused. Only applies if followMouse is
+       set
+
 # THEME
 
 *<theme><name>*
index e0e85b8871676bc7b5315d10be70686a99766014..4b8834e1d2ddc863a35bd8af868d3fb2bafd76f8 100644 (file)
@@ -9,6 +9,11 @@
   <xdg_shell_server_side_deco>yes</xdg_shell_server_side_deco>
 </lab>
 
+<focus>
+  <followMouse>no</followMouse>
+  <raiseOnFocus>no</raiseOnFocus>
+</focus>
+
 <theme>
   <name>Clearlooks-3.4</name>
   <!-- This font size also determintes the height of the window title bar -->