simpler x log and set homedir
This commit is contained in:
parent
17125d99f2
commit
e9f4bbb706
@ -1,6 +1,9 @@
|
||||
#!/bin/sh
|
||||
HOME=/home/ninewise
|
||||
|
||||
cd "$HOME"
|
||||
|
||||
. "$HOME"/.profile
|
||||
|
||||
exec xinit 2>&1
|
||||
# requires allowed_users = anybody (man Xorg.wrap) in /etc/X11/Xorg.wrapper
|
||||
exec xinit >> "$HOME/xlog" 2>&1
|
||||
|
Loading…
Reference in New Issue
Block a user