diff --git a/roles/desktop-environment/templates/bash_profile.j2 b/roles/desktop-environment/templates/bash_profile.j2 index d8cab66..0841f70 100644 --- a/roles/desktop-environment/templates/bash_profile.j2 +++ b/roles/desktop-environment/templates/bash_profile.j2 @@ -13,10 +13,10 @@ fi # Fix gpg for git commit signing export GPG_TTY=$(tty) -# Autostart sway at login +# Autostart Hyprland at login if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then {% if isVm | bool %} export WLR_NO_HARDWARE_CURSORS=1 {% endif %} - exec sway + exec Hyprland fi \ No newline at end of file