diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index b3c322e..dc65185 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -11,18 +11,5 @@ emulate sh -c '. ~/.profile' # Start X automatically if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then - case $HOST in - roc | zou) - : # Exceptions : On ne fait rien pour ces machines qui sont sous Xorg. - ;; - *) - # Pour toutes les autres on charge le contenu de .config/environment.d - # Cf. https://wiki.archlinux.org/title/Environment_variables#Per_Wayland_session - # use systemd-environment-d-generator(8) to generate environment, and export those variables - set -o allexport - source <(/usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator) - set +o allexport - ;; - esac exec sway fi