attempt to make the toolwait thing work with full path

This commit is contained in:
Alex Kelly 2023-11-28 09:42:55 -05:00
parent 3ee92e1d62
commit a9c60fc98b

2
config
View file

@ -20,13 +20,11 @@ xwayland enable
# text rendering and scalability on retina/hidpi displays (thanks to pango).
#font pango:DejaVu Sans Mono 8
# Include default workspace variables
exec swayidle -w \
timeout 600 '/home/kellya/.config/sway/scripts/lock.sh' \
timeout 900 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep '/home/kellya/.config/sway/scripts/lock.sh'
include workspaces.conf
# Include the initial exec commands
include autostart.conf