simpler x log and set homedir
This commit is contained in:
parent
17125d99f2
commit
e9f4bbb706
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue