From 3440dea79c3c71b4681c43fef73f14fa2aea7cbb Mon Sep 17 00:00:00 2001 From: dimti Date: Wed, 16 Oct 2024 16:08:53 +0300 Subject: [PATCH] * resurrect su for other tmux configs --- .tmux.2.8.conf | 1 + .tmux.light.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/.tmux.2.8.conf b/.tmux.2.8.conf index 1eb0454..69eeff3 100644 --- a/.tmux.2.8.conf +++ b/.tmux.2.8.conf @@ -22,6 +22,7 @@ set -g @plugin 'tmux-plugins/tmux-prefix-highlight' set -g @continuum-restore 'on' set -g @continuum-save-interval '5' set -g @resurrect-capture-pane-contents 'on' +set -g @resurrect-processes 'su' set -g @yank_selection 'primary' set -g @yank_selection_mouse 'clipboard' set -g @man-size '40%' diff --git a/.tmux.light.conf b/.tmux.light.conf index 7404be5..27e818d 100644 --- a/.tmux.light.conf +++ b/.tmux.light.conf @@ -10,6 +10,7 @@ set -g @plugin 'tmux-plugins/tmux-sessionist' set -g @continuum-restore 'on' set -g @continuum-save-interval '5' set -g @resurrect-capture-pane-contents 'on' +set -g @resurrect-processes 'su' set -g @yank_selection 'primary' set -g @man-size '40%' set -g @man-orientation 'h'