dotfiles/templates/.config/swayidle/config

3 lines
182 B
Text
Raw Permalink Normal View History

timeout 10 'pgrep swaylock && ${host.get('display-off-cmd', 'swaymsg "output * dpms off"')}' \
resume 'pgrep swaylock && ${host.get('display-on-cmd', 'swaymsg "output * dpms on"')}'