From e596dee8eea195a1a4a44e4397ff8ce85ef79844 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 22 Apr 2021 16:08:11 +0200 Subject: [PATCH] home: i3: remove borders for alacritty windows --- home/x/i3.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/x/i3.nix b/home/x/i3.nix index 8fee9c0..cc7e231 100644 --- a/home/x/i3.nix +++ b/home/x/i3.nix @@ -112,6 +112,10 @@ in { class = "discord"; } ]; }; + + window.commands = [ + { command = "border pixel 2"; criteria = { class = "Alacritty"; }; } + ]; }; }; };