mabox-tools/bin/show_desktop
2020-02-18 17:24:18 +01:00

7 lines
96 B
Bash
Executable File

#!/bin/sh
if wmctrl -m | grep "mode: ON"; then
exec wmctrl -k off
else
exec wmctrl -k on
fi