aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-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}'"; }
];