mirror of
https://github.com/tmux-plugins/tmux-continuum.git
synced 2024-11-21 18:58:46 +00:00
Removed automatic restore as screwed pane organisation.
- this caused issues with the restore missing some processes and putting others in the wrong place. - I think this may need some work with the tmux-resurrect plugin to fix if auto restore is to be used.
This commit is contained in:
parent
a9cbf68546
commit
65d627af30
@ -23,7 +23,6 @@ template() {
|
||||
RemainAfterExit=True
|
||||
Environment=DISPLAY=:0
|
||||
ExecStart=/usr/bin/tmux ${systemd_tmux_server_start_cmd}
|
||||
ExecStartPost=/usr/bin/tmux run /home/peteches/.tmux/plugins/tmux-resurrect/scripts/restore.sh
|
||||
|
||||
ExecStop=/home/peteches/.tmux/plugins/tmux-resurrect/scripts/save.sh
|
||||
ExecStop=/usr/bin/tmux kill-server
|
||||
|
Loading…
Reference in New Issue
Block a user