mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
window swallowing on yazi
This commit is contained in:
parent
a0c30fa91a
commit
154754e635
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue