From a331b377d334e6a5f26c89b8694d1e60524037d2 Mon Sep 17 00:00:00 2001 From: "Lockszmith (VAST@MacBook)" Date: Thu, 8 May 2025 03:40:11 -0400 Subject: [PATCH] Add pane_frame settings to chemzoi.toml --- .../run_onchange_before_update_zellij.config.default.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/chezmoi.roots/_home/.chezmoiscripts/run_onchange_before_update_zellij.config.default.tmpl b/chezmoi.roots/_home/.chezmoiscripts/run_onchange_before_update_zellij.config.default.tmpl index 024d7e0..f43ee84 100755 --- a/chezmoi.roots/_home/.chezmoiscripts/run_onchange_before_update_zellij.config.default.tmpl +++ b/chezmoi.roots/_home/.chezmoiscripts/run_onchange_before_update_zellij.config.default.tmpl @@ -11,6 +11,7 @@ if is_cmd zellij; then s/^keybinds \{/keybinds clear-defaults=true {/; s/"Ctrl g"/{''{ list (dig "style" "zellij" "leader-modifer" "Alt" .) (dig "style" "zellij" "leader-key" "a" .) | join " " | quote }''}/g; s/"Ctrl ([a-z])"/"{''{ dig "style" "zellij" "leader-modifer" "Alt" . }''} \1"/g; + s!// pane_frames true$!pane_frames {''{ get (dict "n" "false") ( dig "style" "zellij" "frames" "y" .) | default "true" }''}!; s!^// theme "default"$!theme {''{ dig "style" "zellij" "theme" "default" . | quote }''}! ' \ > "$CHEZMOI_SOURCE_DIR/private_dot_config/zellij/config.kdl.tmpl"