diff options
author | neodarz <neodarz@neodarz.net> | 2017-11-03 09:57:28 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-11-03 09:57:28 +0100 |
commit | f92b1532555fcea669d0d2dcbe417d79e135d53b (patch) | |
tree | 718be6ddd740ede527b41785c57fcc7b8e95a8e6 /systemd | |
parent | 764dbb8c0d67237f319a35d9b0d516834e8ab50f (diff) | |
download | dotfiles_ascii-f92b1532555fcea669d0d2dcbe417d79e135d53b.tar.xz dotfiles_ascii-f92b1532555fcea669d0d2dcbe417d79e135d53b.zip |
Fix some bugs
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/.config/systemd/user/tmux.service | 2 |
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 |