hyprland: added neovide to swallow_regex
This commit is contained in:
parent
1765329480
commit
7b27e66ae6
|
@ -191,7 +191,7 @@ in
|
|||
disable_splash_rendering = true;
|
||||
focus_on_activate = true;
|
||||
enable_swallow = true;
|
||||
swallow_regex = "^(Alacritty|kitty|footclient|org\.wezfurlong\.wezterm|foot)$";
|
||||
swallow_regex = "^(Alacritty|kitty|footclient|org\.wezfurlong\.wezterm|foot|neovide)$";
|
||||
};
|
||||
|
||||
animations = {
|
||||
|
|
Loading…
Reference in a new issue