X-Git-Url: https://code.delx.au/spectrwm/blobdiff_plain/28dbf3c66e2feccc078f440bc945c17a8800e39d..db56f5244f02caf93455c69375bd14373011bc58:/spectrwm.1 diff --git a/spectrwm.1 b/spectrwm.1 index 1744917..63a86cd 100644 --- a/spectrwm.1 +++ b/spectrwm.1 @@ -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,