From 2b8ac26b47eb6d1fa7130f49576299278bcb5151 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Fri, 29 Sep 2023 00:33:53 +0100 Subject: [PATCH] Change kitty layouts --- users/configs/system/kitty/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/users/configs/system/kitty/default.nix b/users/configs/system/kitty/default.nix index f0a4357..22bf351 100644 --- a/users/configs/system/kitty/default.nix +++ b/users/configs/system/kitty/default.nix @@ -47,6 +47,13 @@ in { "kitty_mod+r" = "start_resizing_window"; + "kitty_mod+n" = "goto_layout tall:full_size=${ + if hostname == "pingbox" + then "1" + else "2" + }"; + "kitty_mod+m" = "goto_layout fat"; + # Tabs "kitty_mod+t" = "new_tab"; "kitty_mod+w" = "close_tab"; @@ -69,6 +76,8 @@ in { "disable_ligatures" = "always"; + "enabled_layouts" = "tall,fat,stack"; + "enable_audio_bell" = "no"; "tab_bar_margin_width" = "10";