feat: autostart gui on tty1
This commit is contained in:
parent
c47c91a6b8
commit
976fd35267
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"
|
@ -1,6 +1,5 @@
|
||||
# system
|
||||
alias cls='clear && ls -lah'
|
||||
alias gui='sway 2> $HOME/sway.log'
|
||||
alias tmp='cd $(mktemp -d)'
|
||||
alias update="paru -Syu; pip freeze | cut -f1 -d= | xargs pip install -U; config submodule update --remote --recursive --init"
|
||||
alias vi='$EDITOR'
|
||||
|
Loading…
Reference in New Issue
Block a user