feat: autostart gui on tty1

This commit is contained in:
AngeD 2023-01-01 17:18:31 +01:00
parent c47c91a6b8
commit 976fd35267
2 changed files with 4 additions and 1 deletions

4
.config/zsh/.zprofile Normal file
View file

@ -0,0 +1,4 @@
#!/bin/sh
#[ "$XDG_VTNR" = 1 ] && exec startx
[ "$XDG_VTNR" = 1 ] && exec sway 2> "$HOME/sway.log"