diff options
author | ZachIR <zach@zachir.xyz> | 2023-07-16 17:50:11 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-07-18 00:18:23 -0500 |
commit | 0bd81accaca03ca4630e475436ba66a41fc31d98 (patch) | |
tree | 69ead3ecd3787d6e5eb4d3047790b696d51c28a6 /hypr | |
parent | df7760ae9fb107b9cb16aaa57725c9bfaf165597 (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 50fd751..a316a05 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -54,7 +54,7 @@ general { #{{{ Misc options misc { enable_swallow = true - swallow_regex = ^(Alacritty)$ + swallow_regex = ^(kitty)$ vfr = false } #}}} |