aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--users/sils/hyprland/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/users/sils/hyprland/default.nix b/users/sils/hyprland/default.nix
index b08f806..b93020e 100644
--- a/users/sils/hyprland/default.nix
+++ b/users/sils/hyprland/default.nix
@@ -36,9 +36,9 @@
general = {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
- gaps_in = "5";
- gaps_out = "20";
- border_size = "2";
+ gaps_in = "1";
+ gaps_out = "2";
+ border_size = "0";
"col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg";
"col.inactive_border" = "rgba(595959aa)";
@@ -49,7 +49,7 @@
# See https://wiki.hyprland.org/Configuring/Variables/ for more
inactive_opacity = "0.7";
- rounding = "10";
+ rounding = "1";
blur = "yes";
blur_size = "3";
blur_passes = "1";