From f7bb17211fd9581be949e67bf5a521ba67ec7015 Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 11 Mar 2023 19:48:05 -0500 Subject: [PATCH] chore: edit pane sizing --- home/zellij/layouts.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/zellij/layouts.nix b/home/zellij/layouts.nix index 65fa732..8b818a4 100644 --- a/home/zellij/layouts.nix +++ b/home/zellij/layouts.nix @@ -9,7 +9,7 @@ plugin location="zellij:tab-bar" } pane split_direction="vertical" { - pane + pane size="120" pane split_direction="horizontal" { pane pane @@ -63,5 +63,6 @@ } } } + ''; }