dotfiles/templates/.config/swayidle/config

2 lines
113 B
Text
Raw Normal View History

timeout 10 'pgrep swaylock && swaymsg "output * dpms off"' resume 'pgrep swaylock && swaymsg "output * dpms on"'