summaryrefslogtreecommitdiff
path: root/home-config/sway/config.d/idle
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-09-14 08:59:36 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-09-14 08:59:36 -0400
commit0e7f944b53208151bc48f586e37724dcc682f9d0 (patch)
tree09fc07c5ce9c6ce2888d241ca621195cb79dbce4 /home-config/sway/config.d/idle
parent867-5309 (diff)
downloaddotfiles-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/idle4
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'