dotfiles/private_dot_config/swayidle/template
linarphy 05d466adf8
Fix, Delete and Add
- Fix nvim config
- Add scripts
- Add power setting
- Add swayidle config
- Add template system
- Clean sway config
2023-08-18 03:43:52 +02:00

13 lines
346 B
Text

# Swayidle configuration
timeout ${idle} 'light -O && light -S $(light -P)' resume 'light -I'
timeout ${lock} 'exec swaylock'
timeout ${screen} 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"'
timeout ${sleep} 'swaymsg "output * dpms on"; systemctl suspend'
before-sleep 'playerctl pause'
before-sleep 'exec swaylock'