grace time for debugging

This commit is contained in:
tavo-wasd 2024-03-03 00:33:00 -06:00
parent 47dbb3f26a
commit 17cd832381

View file

@ -1,2 +1,2 @@
# If running from tty1 start sway
[ "$(tty)" = "/dev/tty1" ] && exec sway
[ "$(tty)" = "/dev/tty1" ] && sleep 0.2 && exec sway