iso-profiles/mabox-pl/live-overlay/usr/bin/show_desktop

7 lines
96 B
Plaintext
Raw Normal View History

2019-11-01 17:22:26 +01:00
#!/bin/sh
if wmctrl -m | grep "mode: ON"; then
exec wmctrl -k off
else
exec wmctrl -k on
fi