From 77b655774c0b0045ea2d9bd6719f077ee5449e82 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Tue, 4 Nov 2025 17:34:38 +0100 Subject: [PATCH] feat(sway): increase swayidle timeouts --- home/oli/.config/sway/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/oli/.config/sway/config b/home/oli/.config/sway/config index 45c7f1f..ee47b0b 100644 --- a/home/oli/.config/sway/config +++ b/home/oli/.config/sway/config @@ -39,7 +39,7 @@ set { # border background text indicator childborder client.focused $bg $bg $text $active $active -output * bg ~/data/local/wallpaper/kat-closon-hZX4tYgljUI-unsplash.jpg fill +output * bg ~/data/local/wallpaper/anders-jilden-AkUR27wtaxs-unsplash.jpg fill # output HDMI-A-1 resolution 1920x1080 position 1920,0 # You can get the names of your outputs by running: swaymsg -t get_outputs @@ -50,8 +50,8 @@ exec_always autotiling # your displays after another 300 seconds, and turn your screens back on when # resumed. It will also lock your screen before your computer goes to sleep. exec swayidle -w \ - timeout 300 'swaylock -f -c 000000' \ - timeout 330 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \ + timeout 600 'swaylock -f -c 000000' \ + timeout 900 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \ before-sleep 'swaylock -f -c 000000' # Clipboard manager