diff --git a/.config/sway/config b/.config/sway/config index 362440e..adc961f 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -50,9 +50,9 @@ exec_always --no-startup-id # TODO add ~/.asdf/shims to PATH pkill fusuma; ~/.asdf/shims/fusuma -d -c ~/.config/fusuma/config-wl.yml pkill autotiling; autotiling - pkill batsignal; batsignal '-d -w 15 -c 9 -d 5' + pkill batsignal; batsignal '-d -w 25 -c 15 -d 10' pkill swayidle; swayidle -w timeout 3600 "$lock" \ - timeout 60 'pgrep swaylock && swaymsg "output * dpms off"' \ + timeout 15 'pgrep swaylock && swaymsg "output * dpms off"' \ resume 'swaymsg "output * dpms on"' \ before-sleep "pgrep swaylock || $lockt" } @@ -66,7 +66,11 @@ exec --no-startup-id { # TODO add ~/.asdf/shims to PATH ~/.asdf/shims/fusuma -d -c ~/.config/fusuma/config-wl.yml autotiling - batsignal '-d -w 15 -c 9 -d 5' + batsignal '-d -w 25 -c 15 -d 10' + swayidle -w timeout 3600 "$lock" \ + timeout 15 'pgrep swaylock && swaymsg "output * dpms off"' \ + resume 'swaymsg "output * dpms on"' \ + before-sleep "pgrep swaylock || $lockt" } bindsym ctrl+alt+l exec --no-startup-id $lock