diff options
author | ZachIR <zachir@librem.one> | 2025-01-20 10:31:46 -0600 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-01-20 10:31:46 -0600 |
commit | fde288bf3cf11cf040a5fe03b24aa62c4cb32af2 (patch) | |
tree | 47001ad2323e5e567f9226fa22c41ee4e278544b /hypr | |
parent | 82a17b9a41e8dca9feebaa19a925238ffce6ae20 (diff) | |
parent | b3272c366969eae34b4737e88f83332dd49e3297 (diff) |
Merge branch 'master' into car
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 dbf709d..0fc2b9e 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -98,7 +98,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 } |