diff options
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 6 |
1 files changed, 0 insertions, 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() { |
