#!/bin/sh # get window ID id=$(xwininfo | sed -n '/Window id:/ s/^.*\(0x[0-9a-f]\+\).*$/\1/ p') # layer: Desktop icesh -window $id setLayer 4 # AllWorkspaces + Maximized icesh -window $id setState 63 13 # SkipTaskBar + SkipWindowMenu icesh -window $id setHints 6 # change class (in order to apply any other settings which are not # modifiable through icesh) xprop -id $id -f WM_CLASS 8s -set WM_CLASS ActiveDesktop