diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-08 23:18:10 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-08 23:18:10 +0100 |
| commit | 9557e47d1cba43b223fae3ea48ea4ade59c90a37 (patch) | |
| tree | 4567b4b1356cfdc76a6606d66a5787b0e2a01bf0 | |
| parent | d43942f854bd13d43d7d6643a829ff7dc8e750e0 (diff) | |
bash: Remove Hyprland support
| -rw-r--r-- | .bash_profile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile index 47c824a..7df32b7 100644 --- a/.bash_profile +++ b/.bash_profile @@ -15,4 +15,3 @@ then [[ "$(hostname)" = "mangobox" ]] && exec dbus-run-session niri --session exec niri-session fi -[[ -z "$DISPLAY" && "$tty" = /dev/tty2 ]] && exec start-hyprland |