From 1cd554fe69b4bfcfd9143d55750da9294c172bbd Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Wed, 2 Aug 2023 17:57:29 +0200 Subject: [PATCH] pinwheel: Configure dwindle config for `hyprland` --- hosts/pinwheel/home.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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)";