diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 12:32:35 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 12:32:35 +0100 |
| commit | 102a8cb0cb6c1765ea2caf984d332a901b9dc491 (patch) | |
| tree | d210674d1eea015c0c9862871a0f4dbbeddba43a /modules/home/i3wm/nord-blue | |
| parent | 28c61c23e8ba5c947596c63ac238bf2c827df668 (diff) | |
added smart borders to extraConfig
Diffstat (limited to 'modules/home/i3wm/nord-blue')
| -rw-r--r-- | modules/home/i3wm/nord-blue/i3.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/modules/home/i3wm/nord-blue/i3.nix b/modules/home/i3wm/nord-blue/i3.nix index da7ecf3..bd57bde 100644 --- a/modules/home/i3wm/nord-blue/i3.nix +++ b/modules/home/i3wm/nord-blue/i3.nix @@ -14,8 +14,6 @@ in bars = [ ]; - smartBorders = "on"; - window = { titlebar = false; border = 3; @@ -104,6 +102,11 @@ in }; }; + # I'm trying to avoid using this option as much as I can but sometimes I can't figure out how to do stuff via HM + # TODO: Find a way to declare smart borders in proper nixos home-manager + extraConfig = '' + smart_borders on + ''; }; }; home.packages = with pkgs; [ |
