diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 12:26:11 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-06 12:26:11 +0100 |
| commit | ebff05f643c11073c3122443e5ff4b27aea36def (patch) | |
| tree | 64272a7d9bf950291c510b306a95556320d5788d /modules | |
| parent | 40510e09be37781fb9d966c97c4a5790b89dc262 (diff) | |
added smartborders on
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home/i3wm/nord-blue/i3.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/home/i3wm/nord-blue/i3.nix b/modules/home/i3wm/nord-blue/i3.nix index 876c9b5..4a25f30 100644 --- a/modules/home/i3wm/nord-blue/i3.nix +++ b/modules/home/i3wm/nord-blue/i3.nix @@ -14,6 +14,8 @@ in bars = [ ]; + smartBorders = "on"; + window = { titlebar = false; border = 3; |
