diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index 15514e0..5491606 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -66,3 +66,5 @@ layerrule = blur, notifications layerrule = ignorezero, notifications layerrule = blur, waybar layerrule = ignorezero, waybar +layerrule = blur, rofi +layerrule = ignorezero, rofi diff --git a/hypr/.config/hypr/hyprland/styling.conf b/hypr/.config/hypr/hyprland/styling.conf index 26f56f8..96b3522 100644 --- a/hypr/.config/hypr/hyprland/styling.conf +++ b/hypr/.config/hypr/hyprland/styling.conf @@ -30,8 +30,8 @@ decoration { blur { enabled = true - size = 6 - passes = 1 + size = 2 + passes = 3 } }