simpler x log and set homedir

This commit is contained in:
Felix Van der Jeugt 2022-06-13 17:16:47 +02:00
parent 17125d99f2
commit e9f4bbb706
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 4 additions and 1 deletions

View File

@ -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