diff --git a/hosts/pinwheel/home.nix b/hosts/pinwheel/home.nix index 932648e..daa4c4c 100644 --- a/hosts/pinwheel/home.nix +++ b/hosts/pinwheel/home.nix @@ -117,6 +117,18 @@ }; }; + general = { + gaps_in = 0; # gaps between windows + gaps_out = 0; # gaps between windows and monitor edges + + layout = "dwindle"; + }; + + dwindle = { + force_split = 2; + no_gaps_when_only = 1; + }; + decoration = { shadow_offset = "0 5"; "col.shadow" = "rgba(00000099)";