From 4139d64da532663a3b6c4aaa9735256201b99b73 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Mon, 13 Mar 2023 17:00:34 +0700 Subject: [PATCH] config: better zellij --- data/zellij/config.kdl | 3 +++ data/zsh/extra-zshrc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/data/zellij/config.kdl b/data/zellij/config.kdl index 5e9595a..26661e7 100644 --- a/data/zellij/config.kdl +++ b/data/zellij/config.kdl @@ -1 +1,4 @@ theme "catppuccin-mocha" +default_layout "compact" +default_mode "locked" +mouse_mode false diff --git a/data/zsh/extra-zshrc b/data/zsh/extra-zshrc index 38f1bba..379dfe1 100644 --- a/data/zsh/extra-zshrc +++ b/data/zsh/extra-zshrc @@ -63,7 +63,7 @@ alias moe="make" # https://zellij.dev/documentation/faq.html if command -v zellij &> /dev/null; then - alias zz="zellij --layout compact" + alias zz="zellij" fi # https://sw.kovidgoyal.net/kitty/faq/