diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-30 21:59:32 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-30 21:59:32 +0100 |
| commit | aacdd107162c4475128c024473457ed7090b08b0 (patch) | |
| tree | 785bb692c62037a60ab7ea40c5bbbfce61c4b028 /.bash_profile | |
| parent | 6f7f89025b3983d3f7876d5c15b51e6ac2851e17 (diff) | |
Add basic hyprland integration/autostart
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index 8983cb0..4eab62b 100644 --- a/.bash_profile +++ b/.bash_profile @@ -79,6 +79,11 @@ homebrew_token() { export HOMEBREW_GITHUB_API_TOKEN } +# ==== Hyprland auto start +if command -v Hyprland 1>/dev/null 2>&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() { |
