diff options
author | ZachIR <zach@zachir.xyz> | 2023-07-16 17:50:11 -0500 |
---|---|---|
committer | ZachIR <zach@zachir.xyz> | 2023-07-16 17:50:11 -0500 |
commit | a059f309e5890d605b85c34f21894b4e7a5a91ce (patch) | |
tree | 47f568d8b72d94f834081c02639bdf06e6d82c7a /hypr | |
parent | d012efbd303372b1fbe5d844b2db954ed18629c5 (diff) |
Fix window swallowing to kitty
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 bc5f66d..2d03f1c 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -55,7 +55,7 @@ general { #{{{ Misc options misc { enable_swallow = true - swallow_regex = ^(Alacritty)$ + swallow_regex = ^(kitty)$ vfr = false } #}}} |