summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorokan <okan>2015-08-21 16:30:02 +0000
committerokan <okan>2015-08-21 16:30:02 +0000
commit1d31f9000cabc965f478991c4ad11c43f163c30f (patch)
tree768fdfb6f6999e16d3de4a908570156aff4476cb /conf.c
parent05478f061e0b934a0d7d729f0e8ea5755b167487 (diff)
downloadcwm-1d31f9000cabc965f478991c4ad11c43f163c30f.tar.gz
cwm-1d31f9000cabc965f478991c4ad11c43f163c30f.tar.xz
cwm-1d31f9000cabc965f478991c4ad11c43f163c30f.zip
Add client freeze extension to _NET_WM_STATE Atom, allowing flag to
persist. As usual with new Atoms, requires X restart.
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.c b/conf.c
index 09f0ddb..c8af9f6 100644
--- a/conf.c
+++ b/conf.c
@@ -680,6 +680,7 @@ static char *ewmhints[] = {
 	"_NET_WM_DESKTOP",
 	"_NET_CLOSE_WINDOW",
 	"_NET_WM_STATE",
+	"_CWM_WM_STATE_FREEZE",
 	"_NET_WM_STATE_STICKY",
 	"_NET_WM_STATE_MAXIMIZED_VERT",
 	"_NET_WM_STATE_MAXIMIZED_HORZ",