configuration/services/x/run

10 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