diff options
| author | bh <qn+git@excalibur.computer> | 2026-03-11 19:10:57 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-03-11 19:10:57 +0800 |
| commit | ae90287b064ecec2b181f2a40a66d675f1c266ef (patch) | |
| tree | faae1e8ae67560c99460e665c6122b973dfc53ac /hypr | |
| parent | c2d323bb9f0bff883b765d77f2669a51500bd5e5 (diff) | |
dunst: add transparency and blur
Diffstat (limited to 'hypr')
| -rw-r--r-- | hypr/.config/hypr/hyprland.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index 3ecde46..87816d9 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -264,6 +264,8 @@ bindl = , XF86AudioMute, exec, ~/.config/hypr/scripts/mute # ║ 🪟 LAYER RULES ║ # ╚════════════════════════════════════════╝ +layerrule = blur on, match:namespace notifications +layerrule = ignore_alpha 0.59, match:namespace notifications layerrule = blur on, match:namespace rofi layerrule = ignore_alpha 0.5, match:namespace rofi layerrule = blur on, match:namespace quickshell* |
