attempt to make the toolwait thing work with full path
This commit is contained in:
parent
3ee92e1d62
commit
a9c60fc98b
1 changed files with 0 additions and 2 deletions
2
config
2
config
|
@ -20,13 +20,11 @@ xwayland enable
|
||||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||||
#font pango:DejaVu Sans Mono 8
|
#font pango:DejaVu Sans Mono 8
|
||||||
|
|
||||||
# Include default workspace variables
|
|
||||||
exec swayidle -w \
|
exec swayidle -w \
|
||||||
timeout 600 '/home/kellya/.config/sway/scripts/lock.sh' \
|
timeout 600 '/home/kellya/.config/sway/scripts/lock.sh' \
|
||||||
timeout 900 'swaymsg "output * dpms off"' \
|
timeout 900 'swaymsg "output * dpms off"' \
|
||||||
resume 'swaymsg "output * dpms on"' \
|
resume 'swaymsg "output * dpms on"' \
|
||||||
before-sleep '/home/kellya/.config/sway/scripts/lock.sh'
|
before-sleep '/home/kellya/.config/sway/scripts/lock.sh'
|
||||||
include workspaces.conf
|
|
||||||
|
|
||||||
# Include the initial exec commands
|
# Include the initial exec commands
|
||||||
include autostart.conf
|
include autostart.conf
|
||||||
|
|
Loading…
Reference in a new issue