diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-09-28 15:28:43 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-09-28 15:28:43 +0200 |
commit | 176aa5614b992a74eaef029047a8fb2a39c2de84 (patch) | |
tree | 6a66d4692fb7deb06698a2e7d72282931e5bb6e4 /config | |
parent | a20229a39ebea62fa40ced9762162554c79b06fd (diff) |
start tmux on startup
Diffstat (limited to 'config')
-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..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 & |