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