setup.sh and installing on new system

This commit is contained in:
Karol Krzosa
2026-06-17 22:13:50 +02:00
parent 466220c7aa
commit bd9506a9be
5 changed files with 95 additions and 58 deletions

View File

@@ -48,8 +48,7 @@ include /etc/sway/config-vars.d/*
#
exec swayidle -w \
timeout 300 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
timeout 600 'systemctl hibernate' \
before-sleep 'swaylock -f -c 000000'
timeout 600 'systemctl hibernate'
#
# 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