mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-20 03:16:05 -07:00
4 lines
104 B
Bash
4 lines
104 B
Bash
swayidle -w \
|
|
timeout 300 'swaymsg "output * dpms off"' \
|
|
resume 'swaymsg "output * dpms on"' \
|