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"; }; } + ]; }; }; };