diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index b28fa8aa..30e90b65 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -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