diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-05 12:59:17 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-05 12:59:17 +0100 |
| commit | b50a2f514c23106a68ec541e8c1682583c7f344b (patch) | |
| tree | 8d99306803cbbae5ec4ad50d6a3ac1437cc3e2aa /modules | |
| parent | 9cc372370a02719540b56146f347be5bba9e9791 (diff) | |
removed titlebar
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home/i3wm/nord-blue/i3.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/home/i3wm/nord-blue/i3.nix b/modules/home/i3wm/nord-blue/i3.nix index f1d1d69..f004e9b 100644 --- a/modules/home/i3wm/nord-blue/i3.nix +++ b/modules/home/i3wm/nord-blue/i3.nix @@ -12,7 +12,12 @@ in modifier = mod; bars = [ ]; - + + window = { + titlebar = false; + border = 10; + }; + startup = [ { command = "sh -c 'feh --bg-fill ${vars.wallpaper}'"; } ]; |
