diff options
Diffstat (limited to 'config/hyprland/hypr/startup.sh')
-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 6d5957f..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 & +$TERMINAL -e tmux a || $TERMINAL tmux & |