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