This website requires JavaScript.
Explore
Help
Sign In
Mabox
/
mabox-tools
Watch
1
Star
0
Fork
You've already forked mabox-tools
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
fed965c8ee
mabox-tools
/
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