diff options
| -rw-r--r-- | home/.config/zellij/config.kdl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/.config/zellij/config.kdl b/home/.config/zellij/config.kdl index 005dc5e..0a1f6a6 100644 --- a/home/.config/zellij/config.kdl +++ b/home/.config/zellij/config.kdl @@ -13,6 +13,10 @@ copy_on_select true // Auto-attach to existing session with the same name instead of erroring attach_to_session true +// Disable startup popups that overwrite stow-managed config when dismissed +show_startup_tips false +show_release_notes false + // Custom keybindings (merged with defaults) keybinds { shared_except "locked" { |
