From 98e03b5434ac8cf9a357470346062daacb248894 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Sun, 11 Feb 2024 22:11:39 +0800 Subject: [PATCH] home/zellij: use compact layout --- home/applications/zellij/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/applications/zellij/default.nix b/home/applications/zellij/default.nix index 8e49f75..b8f6234 100644 --- a/home/applications/zellij/default.nix +++ b/home/applications/zellij/default.nix @@ -9,7 +9,7 @@ theme "tokyo-night-dark" simplified_ui true pane_frames false - // default_layout "compact" // still learning the keybinds! + default_layout "compact" // still learning the keybinds! on_force_close "quit" mirror_session false