From 13183d32aeb5addeb4677a68a49e0009c7bc2438 Mon Sep 17 00:00:00 2001 From: Bluemedia Date: Sun, 25 Feb 2024 22:33:02 +0100 Subject: [PATCH] Update bash_profile --- roles/desktop-environment/templates/bash_profile.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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