diff --git a/home/home.nix b/home/home.nix index ba57280..a745f13 100644 --- a/home/home.nix +++ b/home/home.nix @@ -143,13 +143,14 @@ in { wayland.windowManager.sway = { enable = true; - # package = pkgs.sway; - package = pkgs.swayfx; + package = pkgs.sway; + # package = pkgs.swayfx; extraConfig = with pkgs.rice; '' default_orientation vertical - corner_radius ${builtins.toString borders.rounding} - default_dim_inactive 0.15 ''; + # swayfx + # corner_radius ${builtins.toString borders.rounding} + # default_dim_inactive 0.15 config = with pkgs.rice; { bars = []; # reintroduces flicker diff --git a/rice.nix b/rice.nix index 123a9e7..c523e9a 100644 --- a/rice.nix +++ b/rice.nix @@ -90,10 +90,10 @@ in rec { }; borders = { - thickness = 3; - rounding = 6; + thickness = 2; + rounding = 0; gaps_in = 6; - gaps_out = 8; + gaps_out = 6; }; bg = {