diff --git a/home/user/.config/systemd/user/tmux.service b/home/user/.config/systemd/user/tmux.service index 9a0d101..5d1516e 100644 --- a/home/user/.config/systemd/user/tmux.service +++ b/home/user/.config/systemd/user/tmux.service @@ -6,8 +6,9 @@ After=default.target [Service] Type=simple ExecStart=/usr/bin/tmux -D -L %u -ExecStop=/usr/bin/tmux kill-server -Restart=on-failure +ExecStop=/usr/bin/tmux -L %u kill-server +ExecReload=/usr/bin/tmux -L %u source-file /home/%u/.config/tmux/tmux.conf +Restart=always [Install] WantedBy=default.target \ No newline at end of file