This website requires JavaScript.
Explore
Help
Sign In
Mabox
/
iso-profiles
Watch
1
Star
0
Fork
You've already forked iso-profiles
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
870a9b41a6
iso-profiles
/
mabox-pl
/
desktop-overlay
/
usr
/
bin
/
show_desktop
7 lines
96 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
if
wmctrl -m
|
grep
"mode: ON"
;
then
exec
wmctrl -k off
else
exec
wmctrl -k on
fi
Reference in New Issue
View Git Blame
Copy Permalink