summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorokan <okan>2017-12-19 14:30:53 +0000
committerokan <okan>2017-12-19 14:30:53 +0000
commitbc5215f41a5a8084b2496b7a3477a4cdac7b4695 (patch)
treec6e70df15afddaea1c9ae38fc3ff12a79cfdbc75 /conf.c
parent5e5d06f06354f5d90aa11beaace16fa5e6e34cce (diff)
downloadcwm-bc5215f41a5a8084b2496b7a3477a4cdac7b4695.tar.gz
cwm-bc5215f41a5a8084b2496b7a3477a4cdac7b4695.tar.xz
cwm-bc5215f41a5a8084b2496b7a3477a4cdac7b4695.zip
Add support for _NET_WM_STATE_SKIP_PAGER and _NET_WM_STATE_SKIP_TASKBAR; eerily
close to cwm's 'ignore'.

Roughly based on an initial diff from Walter Alejandro Iglesias, but with
support for both Atoms and without cwm-based bindings.
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.c b/conf.c
index 5b392ef..9668e94 100644
--- a/conf.c
+++ b/conf.c
@@ -720,6 +720,8 @@ static char *ewmhints[] = {
 	"_NET_WM_STATE_HIDDEN",
 	"_NET_WM_STATE_FULLSCREEN",
 	"_NET_WM_STATE_DEMANDS_ATTENTION",
+	"_NET_WM_STATE_SKIP_PAGER",
+	"_NET_WM_STATE_SKIP_TASKBAR",
 	"_CWM_WM_STATE_FREEZE",
 };