hyprland: update swallow regex to include footclient and exclude foot

This commit is contained in:
Tigor Hutasuhut 2024-08-14 23:34:51 +07:00
parent 2cef297b97
commit 92da9fe20d

View file

@ -89,7 +89,7 @@ in
# https://wiki.hyprland.org/Configuring/Binds
bind = [
# Programs
''$mod, RETURN, exec, foot''
''$mod, RETURN, exec, footclient''
"$mod, E, exec, thunar"
"$mod, B, exec, microsoft-edge"
"$mod, D, exec, rofi -show drun -replace -i"
@ -191,7 +191,8 @@ in
disable_splash_rendering = true;
focus_on_activate = true;
enable_swallow = true;
swallow_regex = "^(Alacritty|kitty|footclient|org\.wezfurlong\.wezterm|foot)$";
swallow_regex = "^(foot|footclient)$";
swallow_exception_regex = "^(foot)$";
};
animations = {