mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
window-rules: add skipTaskbar and skipWindowSwitcher
This commit is contained in:
parent
15cd093f2e
commit
a6f0fc9c62
7 changed files with 51 additions and 7 deletions
|
|
@ -26,6 +26,8 @@ struct window_rule {
|
|||
struct wl_list actions;
|
||||
|
||||
enum property server_decoration;
|
||||
enum property skip_taskbar;
|
||||
enum property skip_window_switcher;
|
||||
|
||||
struct wl_list link; /* struct rcxml.window_rules */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue