mirror of
https://github.com/labwc/labwc.git
synced 2026-02-08 10:06:59 -05:00
window-rules: add ignoreFocusRequest property
This allows to reject focus requests from specific applications.
This commit is contained in:
parent
272222e3c9
commit
bb235337d8
6 changed files with 21 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ struct window_rule {
|
|||
enum property server_decoration;
|
||||
enum property skip_taskbar;
|
||||
enum property skip_window_switcher;
|
||||
enum property ignore_focus_request;
|
||||
|
||||
struct wl_list link; /* struct rcxml.window_rules */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue