labwc-config(5): add followMouse and raiseOnFocus

This commit is contained in:
Johan Malm 2021-05-28 21:50:27 +01:00
parent 3c9f6c0551
commit 0811c0c37d
2 changed files with 15 additions and 0 deletions

View 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>*

View 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 -->