base system setup

This commit is contained in:
Tobias Strobel 2022-03-06 13:34:13 +01:00
parent 5d0ab1a9ae
commit 70c042bf6a
10 changed files with 596 additions and 6 deletions

View file

@ -36,9 +36,9 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
# Example configuration:
#
exec swayidle -w \
timeout 300 'swaylock -f -c d3d3d3' \
timeout 300 'swaylock -f -c 3c3c3c' \
timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock -f -c d3d3d3'
before-sleep 'swaylock -f -c 3c3c3c'
#
# This will lock your screen after 300 seconds of inactivity, then turn off
# your displays after another 300 seconds, and turn your screens back on when