summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-04 12:08:38 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-04 12:08:38 +0200
commitf153ce84ae2cdace6c9f4bdc43de288aa9ed7bdb (patch)
treee417cecfd790212118db99d3d301cc0d1d29ed0b
parent8f5de091611886c8d2feb4d2bd0f1ddcb9419cac (diff)
fix: terminal not showing on startup
-rwxr-xr-xconfig/hyprland/hypr/startup.sh2
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 &