simpler x log and set homedir
This commit is contained in:
parent
17125d99f2
commit
e9f4bbb706
@ -1,6 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
HOME=/home/ninewise
|
||||||
|
|
||||||
cd "$HOME"
|
cd "$HOME"
|
||||||
|
|
||||||
. "$HOME"/.profile
|
. "$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