diff --git a/hyprland.conf b/hyprland.conf index 47eacfa..f3900af 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -16,13 +16,17 @@ input { sensitivity=0.5 # -1.0 - 1.0, 0 means no modification. accel_profile=flat + + touchpad { + disable_while_typing = false + } } general { gaps_in=9 gaps_out=15 border_size=2 - col.active_border=0xffeeaaee 0xffaaaaee 45deg + col.active_border=0xffaaaaee 0xffeeaaee 45deg col.inactive_border=0x66333333 apply_sens_to_raw=0 @@ -30,9 +34,11 @@ general { decoration { rounding = 10 - blur = true - blur_size = 5 - blur_new_optimizations = on + blur { + enabled = true + size = 3 + new_optimizations = on + } } dwindle {