From 758bf486be2560343561b1d03bffe998f6f932b4 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Wed, 30 Jul 2025 05:10:56 -0500 Subject: Don't swallow dragon-drop --- hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hypr/hyprland.conf') diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 68948f5..0547c21 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -106,7 +106,7 @@ misc { disable_splash_rendering = true enable_swallow = true swallow_regex = ^(kitty)$ - swallow_exception_regex = ^(wev|.*ueberzug|n?vi?m? .*)$ + swallow_exception_regex = ^(wev|.*ueberzug|n?vi?m? .*|.*dragon.*)$ vfr = true vrr = 3 } -- cgit v1.2.3 From a1197255ddb1bb14a03e149219bd38d3f95aa382 Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 30 Jul 2025 13:13:46 -0500 Subject: Now that waybar has transparency, blur it in Hypr --- hypr/hyprland.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hypr/hyprland.conf') diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 0547c21..e1b0b12 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -210,6 +210,10 @@ windowrulev2 = workspace special:easyeffects silent, class: ^(com\.github\.wwmm\ windowrulev2 = xray 0, class: ^(\s*), title: ^(\s*)$ #}}} +#{{{ Layerrules +layerrule = blur, waybar +#}}} + #{{{ Mods # See https://wiki.hyprland.org/Configuring/Keywords/ for more $mainMod = SUPER -- cgit v1.2.3