Advertisement
candale

Show Desktop Script Linux

Jun 25th, 2014
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | None | 0 0
  1. #!/bin/sh
  2. if wmctrl -m | grep "mode: ON"; then
  3. exec wmctrl -k off
  4. else
  5. exec wmctrl -k on
  6. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement