From 9577f519444ae241a71a126f61dbe3a3ddcba0b8 Mon Sep 17 00:00:00 2001 From: zachir Date: Mon, 20 Jan 2025 16:18:04 -0600 Subject: Extend hyprland no swallow regex to include nvim This should match either vim or nvim, as I figured out why LLP wasn't working in nvim for me. --- 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 7b621e0..c4b05c0 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|vim .*)$ + swallow_exception_regex = ^(.*ueberzug|n?vim .*)$ vfr = true vrr = 1 } -- cgit v1.2.3