Add client freeze extension to _NET_WM_STATE Atom, allowing flag to

persist. As usual with new Atoms, requires X restart.
This commit is contained in:
okan
2015-08-21 16:30:02 +00:00
parent 05478f061e
commit 1d31f9000c
4 changed files with 14 additions and 2 deletions

1
conf.c
View File

@@ -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",