diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-09-14 08:59:36 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-09-14 08:59:36 -0400 |
commit | 0e7f944b53208151bc48f586e37724dcc682f9d0 (patch) | |
tree | 09fc07c5ce9c6ce2888d241ca621195cb79dbce4 /home-config/sway/config.d/idle | |
parent | 867-5309 (diff) | |
download | dotfiles-guix-0e7f944b53208151bc48f586e37724dcc682f9d0.tar.gz dotfiles-guix-0e7f944b53208151bc48f586e37724dcc682f9d0.tar.bz2 dotfiles-guix-0e7f944b53208151bc48f586e37724dcc682f9d0.zip |
update configs and virt packages
Diffstat (limited to 'home-config/sway/config.d/idle')
-rw-r--r-- | home-config/sway/config.d/idle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home-config/sway/config.d/idle b/home-config/sway/config.d/idle index fb13083..7b94882 100644 --- a/home-config/sway/config.d/idle +++ b/home-config/sway/config.d/idle @@ -1,5 +1,5 @@ # Turn off display after tiemout exec swayidle -w \ - timeout 300 'swaylock -f -c 14171d' \ + timeout 300 '~/.config/sway/lock.sh' \ timeout 300 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ - before-sleep 'swaylock -f -c 14171d' + before-sleep '~/.config/sway/lock.sh' |