mirror of
https://github.com/labwc/labwc.git
synced 2026-02-10 04:27:47 -05:00
config: make <windowSwitcher> a toplevel element
...rather than a child of <core>
This commit is contained in:
parent
5744bba849
commit
36849eb7ef
3 changed files with 12 additions and 5 deletions
|
|
@ -77,7 +77,9 @@ The rest of this man page describes configuration options.
|
|||
be used with labwc the preferred mode of the monitor is used instead.
|
||||
Default is no.
|
||||
|
||||
*<core><windowSwitcher show="" preview="" outlines="" />*
|
||||
## WINDOW SWITCHER
|
||||
|
||||
*<windowSwitcher show="" preview="" outlines="">*
|
||||
*show* [yes|no] Draw the OnScreenDisplay when switching between
|
||||
windows. Default is yes.
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@
|
|||
<gap>0</gap>
|
||||
<adaptiveSync>no</adaptiveSync>
|
||||
<reuseOutputMode>no</reuseOutputMode>
|
||||
<windowSwitcher show="yes" preview="yes" outlines="yes" />
|
||||
</core>
|
||||
|
||||
<!-- <font><theme> can be defined without an attribute to set all places -->
|
||||
|
|
@ -39,6 +38,8 @@
|
|||
</font>
|
||||
</theme>
|
||||
|
||||
<windowSwitcher show="yes" preview="yes" outlines="yes" />
|
||||
|
||||
<!-- edge strength is in pixels -->
|
||||
<resistance>
|
||||
<screenEdgeStrength>20</screenEdgeStrength>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue