configuration/services/x/run
2022-07-12 11:20:39 +02:00

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