aboutsummaryrefslogtreecommitdiff
path: root/sway/desktop
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-09-01 10:37:42 -0400
committerGitHub <noreply@github.com>2018-09-01 10:37:42 -0400
commit4ac67d6408fea10aa229b266d09c2d4f92692691 (patch)
treeb20160b4d0b0798bd0b6a6050a455b5285479442 /sway/desktop
parent1f1b1b34d6398d463658317dea06f640482f3caa (diff)
parentf4ec3083766280a5197cf40680bf991cc9afa41b (diff)
downloadsway-4ac67d6408fea10aa229b266d09c2d4f92692691.tar.xz
Merge pull request #2550 from RyanDwyer/window-type-criteria
Implement window_type criteria token
Diffstat (limited to 'sway/desktop')
-rw-r--r--sway/desktop/xwayland.c1
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",