diff options
author | ZachIR <zachir@librem.one> | 2025-07-30 05:10:56 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-30 05:10:56 -0500 |
commit | 758bf486be2560343561b1d03bffe998f6f932b4 (patch) | |
tree | 4338da7e611e36897932a34edc9fe8dbfe2fa84e | |
parent | a18b9a97b6c3262da597efd0b4afc0b27b7f2e1f (diff) |
Don't swallow dragon-drop
-rw-r--r-- | hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |