]> code.delx.au - spectrwm/blobdiff - spectrwm.1
Improve support for Extended Window Manager Hints (EWMH).
[spectrwm] / spectrwm.1
index 1744917e0be1cf10c2ac1b70fc174aba723e9876..63a86cd55cb281429daa4684e5e7d669fae63a58 100644 (file)
@@ -1072,6 +1072,12 @@ or un-floated):
 $ wmctrl \-i \-r 0x4a0000b \-b toggle,_NET_WM_STATE_ABOVE
 .Ed
 .Pp
+Windows can also be iconified and un-iconified by substituting
+_NET_WM_STATE_HIDDEN for _NET_WM_STATE_ABOVE in the previous example:
+.Bd -literal -offset indent
+$ wmctrl \-i \-r 0x4a0000b \-b toggle,_NET_WM_STATE_HIDDEN
+.Ed
+.Pp
 Floating windows can also be resized and moved by sending a
 _NET_MOVERESIZE_WINDOW client message to the root window.
 For example,