From 65d627af307ea76d1900a95f3d97bacc51e104d1 Mon Sep 17 00:00:00 2001 From: Pete Peteches McCabe Date: Fri, 27 Nov 2015 18:21:47 +0000 Subject: [PATCH] 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. --- scripts/handle_tmux_automatic_start/systemd_enable.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/handle_tmux_automatic_start/systemd_enable.sh b/scripts/handle_tmux_automatic_start/systemd_enable.sh index 73af006..01b3af8 100755 --- a/scripts/handle_tmux_automatic_start/systemd_enable.sh +++ b/scripts/handle_tmux_automatic_start/systemd_enable.sh @@ -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