summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-05 12:59:17 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-05 12:59:17 +0100
commitb50a2f514c23106a68ec541e8c1682583c7f344b (patch)
tree8d99306803cbbae5ec4ad50d6a3ac1437cc3e2aa
parent9cc372370a02719540b56146f347be5bba9e9791 (diff)
removed titlebar
-rw-r--r--modules/home/i3wm/nord-blue/i3.nix7
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}'"; }
];