Compare commits

...

2 Commits

Author SHA1 Message Date
a452c8a6e0 Increase screen timeout to 3min 2023-02-10 22:05:12 +01:00
e3ad32053f Automatically start nextcloud client 2023-02-10 22:04:48 +01:00
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 ### Idle configuration
exec_always swayidle -w \ exec_always swayidle -w \
timeout 70 '$screenlock' \ timeout 300 '$screenlock' \
timeout 60 'swaymsg "output * dpms off"' \ timeout 280 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \ resume 'swaymsg "output * dpms on"' \
before-sleep '$screenlock' before-sleep '$screenlock'
# #

View File

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