From 176aa5614b992a74eaef029047a8fb2a39c2de84 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Thu, 28 Sep 2023 15:28:43 +0200 Subject: start tmux on startup --- config/hyprland/hypr/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hyprland/hypr/startup.sh') diff --git a/config/hyprland/hypr/startup.sh b/config/hyprland/hypr/startup.sh index 6d5957f..c758b71 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 & +$TERMINAL -e tmux a || tmux & -- cgit v1.2.3 From f153ce84ae2cdace6c9f4bdc43de288aa9ed7bdb Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 4 Oct 2023 12:08:38 +0200 Subject: fix: terminal not showing on startup --- config/hyprland/hypr/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hyprland/hypr/startup.sh') 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 & -- cgit v1.2.3