diff --git a/templates/.config/sway/config b/templates/.config/sway/config index dac8fcc..dcd03bf 100644 --- a/templates/.config/sway/config +++ b/templates/.config/sway/config @@ -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 diff --git a/templates/.config/swayidle/config b/templates/.config/swayidle/config new file mode 100644 index 0000000..a41023e --- /dev/null +++ b/templates/.config/swayidle/config @@ -0,0 +1,2 @@ +timeout 900 'swaylock -f -c 000000' +timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"'