summaryrefslogtreecommitdiff
path: root/hypr
diff options
context:
space:
mode:
authorZachIR <zach@zachir.xyz>2023-07-16 17:50:11 -0500
committerZachIR <zach@zachir.xyz>2023-07-16 17:50:43 -0500
commit16ba0c8b76a0b3d34910a8a65f7a3f0bd6f704dd (patch)
treeb67081de1f422f423c481ffa974da9d006f96f2d /hypr
parent8b013be40cacce92964fc5ef145a4b8762e38e2f (diff)
Fix window swallowing to kitty
Diffstat (limited to 'hypr')
-rw-r--r--hypr/hyprland.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index 3831cd5..f118d75 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
}
#}}}