summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachIR <zach@zachir.xyz>2023-07-16 17:50:11 -0500
committerzachir <zachir@librem.one>2023-07-18 00:18:23 -0500
commit0bd81accaca03ca4630e475436ba66a41fc31d98 (patch)
tree69ead3ecd3787d6e5eb4d3047790b696d51c28a6
parentdf7760ae9fb107b9cb16aaa57725c9bfaf165597 (diff)
Fix window swallowing to kitty
-rw-r--r--hypr/hyprland.conf2
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
}
#}}}