remove logwrap around startx
This commit is contained in:
parent
1d986a2c9a
commit
44b38cb71d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue