Files
2026-07-13 12:20:32 +08:00

6 lines
107 B
Bash

#/bin/bash
if xprop -root _NET_SHOWING_DESKTOP | grep -E "= 1"; then
wmctrl -k off
else
wmctrl -k on
fi