summaryrefslogtreecommitdiff
path: root/config/hyprland
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-09-28 15:28:43 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-09-28 15:28:43 +0200
commit176aa5614b992a74eaef029047a8fb2a39c2de84 (patch)
tree6a66d4692fb7deb06698a2e7d72282931e5bb6e4 /config/hyprland
parenta20229a39ebea62fa40ced9762162554c79b06fd (diff)
start tmux on startup
Diffstat (limited to 'config/hyprland')
-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 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 &