1 2 3 4 5 6 7
#!/bin/bash if xprop -root _NET_SHOWING_DESKTOP | egrep '= 1' > /dev/null; then wmctrl -k off else wmctrl -k on fi