diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-04 12:08:38 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-04 12:08:38 +0200 |
commit | f153ce84ae2cdace6c9f4bdc43de288aa9ed7bdb (patch) | |
tree | e417cecfd790212118db99d3d301cc0d1d29ed0b | |
parent | 8f5de091611886c8d2feb4d2bd0f1ddcb9419cac (diff) |
fix: terminal not showing on startup
-rwxr-xr-x | config/hyprland/hypr/startup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hyprland/hypr/startup.sh b/config/hyprland/hypr/startup.sh index c758b71..8887cf2 100755 --- a/config/hyprland/hypr/startup.sh +++ b/config/hyprland/hypr/startup.sh @@ -5,4 +5,4 @@ gammastep & wl-paste --watch cliphist store & keyadd id_rsa & swayidle 300 locker & -$TERMINAL -e tmux a || tmux & +$TERMINAL -e tmux a || $TERMINAL tmux & |