aboutsummaryrefslogtreecommitdiff
path: root/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'systemd')
-rw-r--r--systemd/.config/systemd/user/tmux.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/.config/systemd/user/tmux.service b/systemd/.config/systemd/user/tmux.service
index 1f1bca3..8a35ce1 100644
--- a/systemd/.config/systemd/user/tmux.service
+++ b/systemd/.config/systemd/user/tmux.service
@@ -5,7 +5,7 @@ Documentation=man:tmux(1)
[Service]
Type=forking
Environment=DISPLAY=:0
-ExecStart=/usr/bin/tmux new-session -d
+ExecStart=/usr/bin/tmux new-session
ExecStop=/home/neodarz/.tmux/plugins/tmux-resurrect/scripts/save.sh
ExecStop=/usr/bin/tmux kill-server