From 465b5ff5de001469e55cf14346ed75d19cf66ceb Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Fri, 27 Sep 2024 09:56:34 -0300 Subject: [PATCH] Set frameless zellij as default --- home/shell/zellij.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/shell/zellij.nix b/home/shell/zellij.nix index 2018ce8..edff8b9 100644 --- a/home/shell/zellij.nix +++ b/home/shell/zellij.nix @@ -4,5 +4,8 @@ enableBashIntegration = true; enableFishIntegration = true; enableZshIntegration = true; + settings = { + paneFrames = false; + }; }; }