From 0306fce08e08c77689f56a0d7dd148ec9e109a41 Mon Sep 17 00:00:00 2001 From: thek4n Date: Sat, 27 Apr 2024 08:14:39 +0300 Subject: [PATCH] ref(tmux-systemd-service) --- home/user/.config/systemd/user/tmux.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.config/systemd/user/tmux.service b/home/user/.config/systemd/user/tmux.service index 5d1516e..ee4bf96 100644 --- a/home/user/.config/systemd/user/tmux.service +++ b/home/user/.config/systemd/user/tmux.service @@ -7,7 +7,7 @@ After=default.target Type=simple ExecStart=/usr/bin/tmux -D -L %u ExecStop=/usr/bin/tmux -L %u kill-server -ExecReload=/usr/bin/tmux -L %u source-file /home/%u/.config/tmux/tmux.conf +ExecReload=/usr/bin/tmux -L %u source-file %h/.config/tmux/tmux.conf Restart=always [Install]