mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
rc, layers: Add ignoreExclusiveArea
Adds a config option to ignore the exclusive area for wl_layer clients such as waybar, allowing windows and their titlebars to appear in the same space. Signed-off-by: Joshua Ashton <joshua@froggi.es>
This commit is contained in:
parent
cb4afadd01
commit
c0bd5a363f
5 changed files with 12 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ Therefore, where multiple objects of the same kind are required (for example
|
|||
<gap>0</gap>
|
||||
<adaptiveSync>no</adaptiveSync>
|
||||
<reuseOutputMode>no</reuseOutputMode>
|
||||
<ignoreExclusiveArea>no</ignoreExclusiveArea>
|
||||
</core>
|
||||
```
|
||||
|
||||
|
|
@ -124,6 +125,10 @@ Therefore, where multiple objects of the same kind are required (for example
|
|||
be used with labwc the preferred mode of the monitor is used instead.
|
||||
Default is no.
|
||||
|
||||
*<core><ignoreExclusiveArea>* [yes|no]
|
||||
Ignore the exclusive area provided by wlr_layer clients.
|
||||
Default is no.
|
||||
|
||||
## WINDOW SWITCHER
|
||||
|
||||
*<windowSwitcher show="" preview="" outlines="">*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue