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
1 changed files with 1 additions and 1 deletions

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