aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sway/.config/swayidle/config
blob: a6a797203094e83d0be350752f692f7e4129c128 (plain)
1
2
3
timeout 600 'systemctl --user start idle.target' resume 'systemctl --user stop idle.target'
timeout 900 'loginctl lock-session' resume 'loginctl unlock-session'
timeout 1200 'swaymsg "output * power off"' resume 'swaymsg "output * power on"'