hyprland: update swallow regex
This commit is contained in:
parent
cbc7bb0778
commit
137b384764
|
@ -186,7 +186,7 @@ in
|
|||
disable_splash_rendering = true;
|
||||
focus_on_activate = true;
|
||||
enable_swallow = true;
|
||||
swallow_regex = "^(Alacritty|kitty|footclient|org\.wezfurlong\.wezterm|foot|footclient)$";
|
||||
swallow_regex = "^(Alacritty|kitty|footclient|org\.wezfurlong\.wezterm|foot)$";
|
||||
};
|
||||
|
||||
animations = {
|
||||
|
|
Loading…
Reference in a new issue