mirror of
https://github.com/tmux-plugins/tmux-continuum.git
synced 2024-11-22 03:08:48 +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
|
RemainAfterExit=True
|
||||||
Environment=DISPLAY=:0
|
Environment=DISPLAY=:0
|
||||||
ExecStart=/usr/bin/tmux ${systemd_tmux_server_start_cmd}
|
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=/home/peteches/.tmux/plugins/tmux-resurrect/scripts/save.sh
|
||||||
ExecStop=/usr/bin/tmux kill-server
|
ExecStop=/usr/bin/tmux kill-server
|
||||||
|
Loading…
Reference in New Issue
Block a user