diff options
| -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}'"; } ]; |
