diff options
author | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-09-01 23:04:49 +1000 |
---|---|---|
committer | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-09-01 23:04:49 +1000 |
commit | f4ec3083766280a5197cf40680bf991cc9afa41b (patch) | |
tree | b20160b4d0b0798bd0b6a6050a455b5285479442 /sway/desktop/xwayland.c | |
parent | 1f1b1b34d6398d463658317dea06f640482f3caa (diff) |
Implement window_type criteria token
Diffstat (limited to 'sway/desktop/xwayland.c')
-rw-r--r-- | sway/desktop/xwayland.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/desktop/xwayland.c b/sway/desktop/xwayland.c index 4e401008..2adc28c5 100644 --- a/sway/desktop/xwayland.c +++ b/sway/desktop/xwayland.c @@ -17,6 +17,7 @@ #include "sway/tree/view.h" static const char *atom_map[ATOM_LAST] = { + "_NET_WM_WINDOW_TYPE_NORMAL", "_NET_WM_WINDOW_TYPE_DIALOG", "_NET_WM_WINDOW_TYPE_UTILITY", "_NET_WM_WINDOW_TYPE_TOOLBAR", |