9 lines
171 B
Bash
Executable file
9 lines
171 B
Bash
Executable file
#!/bin/sh
|
|
HOME=/home/ninewise
|
|
|
|
cd "$HOME"
|
|
|
|
. "$HOME"/.profile
|
|
|
|
# requires allowed_users = anybody (man Xorg.wrap) in /etc/X11/Xorg.wrapper
|
|
exec xinit >> "$HOME/xlog" 2>&1
|