window-rules: add skipTaskbar and skipWindowSwitcher

This commit is contained in:
Johan Malm 2023-05-20 10:20:36 +01:00 committed by Johan Malm
parent 15cd093f2e
commit a6f0fc9c62
7 changed files with 51 additions and 7 deletions

View file

@ -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 */
};