mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
Restore startx command on boot (#1147)
This commit is contained in:
parent
8f2810ac20
commit
946f2c4d1e
@ -140,6 +140,9 @@ ex=🎯:\
|
||||
*.java=♨:\
|
||||
"
|
||||
|
||||
# Start graphical server on user's current tty if not already running.
|
||||
[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx "$XINITRC"
|
||||
|
||||
[ ! -f ${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc ] && setsid shortcuts >/dev/null 2>&1
|
||||
|
||||
# Switch escape and caps if tty and no passwd required:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user