mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
window-rules: add fixedPosition property
...to address regression introduced by 57075ce and enables panel/desktop
clients which rely on window rules to remain in the same position when
the usable-area changes (normally because an exclusive layer-shell
clients is started/finished).
Also disallows interactive move/resize, for example by alt +
mouse-press.
Fixes: #1235
This commit is contained in:
parent
9a8a2905ad
commit
368ede7460
7 changed files with 23 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ struct window_rule {
|
|||
enum property skip_taskbar;
|
||||
enum property skip_window_switcher;
|
||||
enum property ignore_focus_request;
|
||||
enum property fixed_position;
|
||||
|
||||
struct wl_list link; /* struct rcxml.window_rules */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue