diff --git a/modules/rice/hyprland/config.nix b/modules/rice/hyprland/config.nix index 7b07310..bf7fb9a 100644 --- a/modules/rice/hyprland/config.nix +++ b/modules/rice/hyprland/config.nix @@ -12,7 +12,7 @@ "col.border_1" = "rgb(${muted})"; "col.border_2" = "rgb(${love})"; - border_size_1 = 8; + border_size_1 = 4; natural_rounding = "yes"; }; @@ -23,7 +23,7 @@ gaps_out = 11; # border thiccness - border_size = 2; + border_size = 4; # whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse) apply_sens_to_raw = 0;