diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-12-01 23:47:55 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-12-01 23:47:55 +0100 |
| commit | b5990f948e122878e6ca0ff5f75f768edf560d54 (patch) | |
| tree | 2bd5f0fe1fbba410c7c447b0d3a0ea2df8e53aa9 /.bash_profile | |
| parent | 3b59856def8777210d3a445d15ee73fcfebf6000 (diff) | |
Remove hyprland autostart after testing
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() { |
