diff options
author | zachir <zachir@librem.one> | 2025-02-28 17:09:05 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-02-28 17:09:05 -0600 |
commit | 421a773b4e1d6f42106c90da61080fe72fb0d1ae (patch) | |
tree | f78595935fe648a843e9b9620687fe95f70be199 /hypr/hyprland.conf | |
parent | 1650a6e931b4a9149165ed86dd55611df8fca015 (diff) |
Add love to swallow exception regex
Diffstat (limited to 'hypr/hyprland.conf')
-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 4b2c6f5..2c8cad7 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -102,7 +102,7 @@ misc { disable_splash_rendering = true enable_swallow = true swallow_regex = ^(kitty)$ - swallow_exception_regex = ^(.*ueberzug|n?vim .*)$ + swallow_exception_regex = ^(.*ueberzug|n?vim .*|love .*)$ vfr = true vrr = 1 } |