From cc68cec537d5c8c1bb9002100c800460b8a5c777 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 28 Mar 2024 10:15:15 -0400 Subject: [PATCH] home/hyprland: added improved blur for waybar, fuzzel, and mako --- home/hypr/hyprland.conf | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/home/hypr/hyprland.conf b/home/hypr/hyprland.conf index 503337be..2f0758f4 100644 --- a/home/hypr/hyprland.conf +++ b/home/hypr/hyprland.conf @@ -100,9 +100,13 @@ decoration { dim_special = 0.5 - layerrule = blur,waybar - layerrule = blur,fuzzel - layerrule = blur,mako + layerrule = blur, waybar + layerrule = ignorezero, waybar + + layerrule = blur, launcher + + layerrule = blur, notifications + layerrule = ignorezero, notifications } animations { @@ -246,7 +250,7 @@ bind = , xf86launch4, exec, pp-adjuster bind = , xf86launch2, exec, playerctl play-pause # Screenshot with hyprshot. -bind = , PRINT, exec, hyprshot -m output --clipboard-only +bind = , PRINT, exec, hyprshot -m output -o ~/Pictures/Screenshots # Show/hide waybar. bind = $mainMod, F11, exec, pkill -SIGUSR1 waybar \ No newline at end of file