mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 06:32:03 +00:00
Use dotter
This commit is contained in:
4
config/zsh/.zprofile-x11
Normal file
4
config/zsh/.zprofile-x11
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/zsh
|
||||
|
||||
# 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"
|
||||
Reference in New Issue
Block a user