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:
Joshua Ashton 2023-08-01 01:12:36 +01:00
parent cb4afadd01
commit c0bd5a363f
5 changed files with 12 additions and 0 deletions

View file

@ -39,6 +39,7 @@ struct rcxml {
int gap;
bool adaptive_sync;
bool reuse_output_mode;
bool ignore_exclusive_area;
/* focus */
bool focus_follow_mouse;