hyprland: exclude neovide from swallow_regex
This commit is contained in:
parent
d5cbb677e1
commit
51332fe9be
|
@ -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|neovide)$";
|
||||
swallow_regex = "^(Alacritty|kitty|footclient|org\.wezfurlong\.wezterm|foot)$";
|
||||
};
|
||||
|
||||
animations = {
|
||||
|
|
Loading…
Reference in a new issue