From dc45bf89a66ec6c8cd25cf5605deb853f6984705 Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 4 Sep 2019 22:18:18 +0200 Subject: Add systemd dotfiles --- dotfiles/config/systemd/user/tmux.service | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dotfiles/config/systemd/user/tmux.service (limited to 'dotfiles/config/systemd/user/tmux.service') diff --git a/dotfiles/config/systemd/user/tmux.service b/dotfiles/config/systemd/user/tmux.service new file mode 100644 index 0000000..8a35ce1 --- /dev/null +++ b/dotfiles/config/systemd/user/tmux.service @@ -0,0 +1,17 @@ +[Unit] +Description=tmux default session (detached) +Documentation=man:tmux(1) + +[Service] +Type=forking +Environment=DISPLAY=:0 +ExecStart=/usr/bin/tmux new-session + +ExecStop=/home/neodarz/.tmux/plugins/tmux-resurrect/scripts/save.sh +ExecStop=/usr/bin/tmux kill-server +KillMode=none + +RestartSec=2 + +[Install] +WantedBy=default.target -- cgit v1.2.1