From 7f779476ccb11c459c5d19cdde7f8baffc5ce66e Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 17 Apr 2025 21:54:12 +0200 Subject: [PATCH] Update rules.conf --- .config/hypr/hyprland/rules.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.config/hypr/hyprland/rules.conf b/.config/hypr/hyprland/rules.conf index 701d5ebd6..5b732d992 100644 --- a/.config/hypr/hyprland/rules.conf +++ b/.config/hypr/hyprland/rules.conf @@ -1,9 +1,5 @@ # ######## Window rules ######## -# General rule – disable blur for all windows. -# (Using "class:.*" as a catch-all field since at least one field is required) -windowrulev2 = noblur, class:.* - # Uncomment to apply global transparency to all windows: # windowrulev2 = opacity 0.89 override 0.89 override, class:.* @@ -106,4 +102,7 @@ layerrule = ignorealpha 0.6, osk[0-9]* # Quickshell layerrule = animation fade, quickshell:screenCorners +layerrule = animation slide right, quickshell:sidebarRight +layerrule = animation slide left, quickshell:sidebarLeft +