Merge branch 'master' into jackpot

This commit is contained in:
Steins7 2023-02-10 22:07:12 +01:00
commit 6e7b4db8d5
2 changed files with 6 additions and 3 deletions

4
config
View File

@ -33,8 +33,8 @@ set $screenlock swaylock -f -i $bg_picture -c 000000
### Idle configuration
exec_always swayidle -w \
timeout 70 '$screenlock' \
timeout 60 'swaymsg "output * dpms off"' \
timeout 300 '$screenlock' \
timeout 280 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep '$screenlock'
#

View File

@ -1,3 +1,6 @@
# Import and start relevant systemd services at Sway startup
exec_always "systemctl --user import-environment; systemctl --user start sway-session.target"
# Start nextcloud client
exec_always "nextcloud --background"