From b5990f948e122878e6ca0ff5f75f768edf560d54 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 1 Dec 2025 23:47:55 +0100 Subject: Remove hyprland autostart after testing --- .bash_profile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.bash_profile b/.bash_profile index f5fc89b..8983cb0 100644 --- a/.bash_profile +++ b/.bash_profile @@ -79,12 +79,6 @@ homebrew_token() { export HOMEBREW_GITHUB_API_TOKEN } -# ==== Hyprland auto start -# Only strart hyprland on tty1 without X11/Wayland display -if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" = "1" ]; then - exec Hyprland -fi - if command -v neomutt 1>/dev/null 2>&1; then # Fixes the pinentry-tty error https://github.com/neomutt/neomutt/issues/1014 mutt() { -- cgit v1.2.3