summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2025-01-20 01:59:58 -0600
committerzachir <zachir@librem.one>2025-01-20 01:59:58 -0600
commite12c367f1509eb570c78a19020fce02d769d5c49 (patch)
tree7c522024f1e3b7981db84c0a197c52689c9b9f7d
parent529347c99a6e43f2d24e5d9020ed76abd840da91 (diff)
Don't swallow vim child windows in Hyprland
Vim Latex Live Preview opens Zathura as my preview window, this should not swallow.
-rw-r--r--hypr/hyprland.conf2
1 files changed, 1 insertions, 1 deletions
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
}