From 0cfafb1758f89d5288c22623b5c59276d3be4e21 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 20 Apr 2021 01:29:19 +0200 Subject: [PATCH] home: i3: default border pixel --- home/x/i3.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/x/i3.nix b/home/x/i3.nix index e1cb7ed..919a86b 100644 --- a/home/x/i3.nix +++ b/home/x/i3.nix @@ -168,6 +168,11 @@ in ]; }; }; + + # FIXME: integrate in config when it doesn't use deprecated new_window + extraConfig = '' + default_border pixel + ''; }; }; }