This website requires JavaScript.
Explore
Help
Register
Sign In
clxud
/
ArchySP
Watch
1
Star
0
Fork
You've already forked ArchySP
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cdb260fc58
ArchySP
/
config
/
home
/
emulation
/
.bash_profile
5 lines
99 B
Bash
Raw
Blame
History
# Auto-start X on tty1
if
[
-z
"
$DISPLAY
"
]
&&
[
"
$(
tty
)
"
=
"/dev/tty1"
]
;
then
exec
startx
fi
Reference in New Issue
View Git Blame
Copy Permalink