Moved sway shellHook to gui module

This commit is contained in:
Bryan Ramos 2024-01-28 05:35:18 -05:00
parent 24ec8eb686
commit 65ccdc1f63
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
3 changed files with 6 additions and 3 deletions

View file

@ -0,0 +1,5 @@
''
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
exec sway
fi
''