From d859a28f9bc953c1c5b10b64d7e0284c6a510b77 Mon Sep 17 00:00:00 2001 From: thek4n Date: Wed, 10 Sep 2025 13:09:59 +0300 Subject: [PATCH] fix tmux lingering --- install-hooks/tmux/post-install | 1 + 1 file changed, 1 insertion(+) diff --git a/install-hooks/tmux/post-install b/install-hooks/tmux/post-install index d1d7ee3..7bb503a 100755 --- a/install-hooks/tmux/post-install +++ b/install-hooks/tmux/post-install @@ -1,4 +1,5 @@ #!/bin/sh +loginctl enable-linger "${USER}" command -v systemctl >/dev/null && systemctl --user enable --now tmux git clone https://github.com/tmux-plugins/tpm "${HOME}/.config/tmux/plugins/tpm" | true