From 6f54d169b78f449e33a6dc7ecff47dfc681ea0d2 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 25 Nov 2024 08:03:59 +0000 Subject: [PATCH] Re-add borders --- nix/modules/nixos/desktop/i3.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nix/modules/nixos/desktop/i3.nix b/nix/modules/nixos/desktop/i3.nix index 19002e7..3dc2e60 100644 --- a/nix/modules/nixos/desktop/i3.nix +++ b/nix/modules/nixos/desktop/i3.nix @@ -85,11 +85,6 @@ in }; terminal = "alacritty"; - - window = { - border = 0; - hideEdgeBorders = "none"; - }; }; extraConfig = '' @@ -101,8 +96,6 @@ in exec_always --no-startup-id caffeine exec_always --no-startup-id ${pkgs.autorandr}/bin/autorandr --change - default_border none - default_floating_border none smart_borders on smart_gaps on