diff options
author | zachir <zachir@librem.one> | 2025-01-20 02:02:00 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-01-20 02:02:00 -0600 |
commit | 5cd2648ba1c31751ef20cca70963c797e729b07f (patch) | |
tree | 06d0de9f9e2706b5a5ef6c742f1a3a2a5745470e /hypr | |
parent | 2c7f331ab107267cf36c8c8ccb371f0cc451717d (diff) | |
parent | b3272c366969eae34b4737e88f83332dd49e3297 (diff) |
Merge branch 'master' into cla
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 6c5225f..d8787a8 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -101,7 +101,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 } |