diff options
author | zachir <zachir@librem.one> | 2025-01-20 16:18:04 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-01-20 16:18:04 -0600 |
commit | 9577f519444ae241a71a126f61dbe3a3ddcba0b8 (patch) | |
tree | c61c9d5f658316ce612ed8b84db43e491281a028 /hypr | |
parent | b3272c366969eae34b4737e88f83332dd49e3297 (diff) |
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.
Diffstat (limited to 'hypr')
-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 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 } |