window swallowing on yazi

This commit is contained in:
Emmet
2025-05-28 18:28:48 -05:00
parent a0c30fa91a
commit 154754e635

View File

@ -111,7 +111,7 @@ in
disable_hyprland_logo = true; disable_hyprland_logo = true;
mouse_move_enables_dpms = true; mouse_move_enables_dpms = true;
enable_swallow = true; enable_swallow = true;
swallow_regex = "(scratch_term)|(Alacritty)|(kitty)"; swallow_regex = "(scratch_term)|(Alacritty)|(kitty)|(scratch_yazi)";
font_family = font; font_family = font;
focus_on_activate = true; focus_on_activate = true;
}; };