diff --git a/users/ultra/configs/hyprland/hyprland.conf b/users/ultra/configs/hyprland/hyprland.conf index f134397..c82ff1e 100644 --- a/users/ultra/configs/hyprland/hyprland.conf +++ b/users/ultra/configs/hyprland/hyprland.conf @@ -32,6 +32,9 @@ exec-once = dunst & polkit-kde-agent & hyprpaper & eww daemon & eww open bar # Some default env vars. env = XCURSOR_SIZE,24 +# Cursor +env = WLV_NO_HARDWARE_CURSORS,1 + # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input { kb_layout = ro @@ -65,11 +68,12 @@ decoration { # See https://wiki.hyprland.org/Configuring/Variables/ for more rounding = 10 - blur = yes - blur_size = 10 - # blur_passes = 2 # I think this is deprecated - # blur_new_optimizations = on # I think this is deprecated but I'm not sure /shrug - + blur { + enabled = true + blur_size = 10 + passes = 2 + new_optimizations = on + } drop_shadow = yes shadow_range = 4 shadow_render_power = 3