From e12c367f1509eb570c78a19020fce02d769d5c49 Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 20 Jan 2025 01:59:58 -0600 Subject: Don't swallow vim child windows in Hyprland Vim Latex Live Preview opens Zathura as my preview window, this should not swallow. --- hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 097aa8a..7b621e0 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -100,7 +100,7 @@ misc { disable_splash_rendering = true enable_swallow = true swallow_regex = ^(kitty)$ - swallow_exception_regex = ^(.*ueberzug)$ + swallow_exception_regex = ^(.*ueberzug|vim .*)$ vfr = true vrr = 1 } -- cgit v1.2.3