From b50a2f514c23106a68ec541e8c1682583c7f344b Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Thu, 5 Feb 2026 12:59:17 +0100 Subject: removed titlebar --- modules/home/i3wm/nord-blue/i3.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'modules') 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}'"; } ]; -- cgit v1.2.3