diff options
author | zachir <zachir@librem.one> | 2025-01-20 16:20:59 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-01-20 16:20:59 -0600 |
commit | 40b39bdc46e0a69616a6fce24b52372bca624454 (patch) | |
tree | ca2d4c0508b7f884a2f3ea219cf7d57f329efb7f /hypr | |
parent | 077865082f2f476d0da883250749222fc8f8e5f2 (diff) | |
parent | 8dd9c87d4d8c2f35f7ef26fe19d3330235abdfb7 (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 3d95223..feb77ef 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 } |