Add swayidle config

This commit is contained in:
Adam Gausmann 2022-04-02 13:26:34 -05:00
parent f64493433d
commit aa0e5a99a6
2 changed files with 3 additions and 0 deletions

View file

@ -45,6 +45,7 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
exec pipewire
exec pipewire-pulse
exec swayidle
font pango:DejaVu Sans Mono 8
focus_follows_mouse no

View file

@ -0,0 +1,2 @@
timeout 900 'swaylock -f -c 000000'
timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"'