feat: autostart gui on tty1
This commit is contained in:
parent
c47c91a6b8
commit
976fd35267
2 changed files with 4 additions and 1 deletions
4
.config/zsh/.zprofile
Normal file
4
.config/zsh/.zprofile
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
#[ "$XDG_VTNR" = 1 ] && exec startx
|
||||
[ "$XDG_VTNR" = 1 ] && exec sway 2> "$HOME/sway.log"
|
Loading…
Add table
Add a link
Reference in a new issue