1
0
Fork 0

remove logwrap around startx

This commit is contained in:
Luca Bilke 2024-02-04 11:39:44 +01:00
parent 1d986a2c9a
commit 44b38cb71d

View file

@ -123,5 +123,5 @@ fi
gpgconf --launch gpg-agent
if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then
exec logwrap startx $XINITRC
exec startx $XINITRC
fi