From 5b8515041efbfa51702fa53e6dff018380f6c324 Mon Sep 17 00:00:00 2001 From: Alex Stan <90788596+Ultra980@users.noreply.github.com> Date: Fri, 29 Sep 2023 19:59:23 +0300 Subject: [PATCH] not deprecated, just moved Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com> --- users/ultra/configs/hyprland/hyprland.conf | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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