From bb49503334199f68ba963c43c8764233fea2770f Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Thu, 6 Apr 2023 20:40:51 +0200 Subject: fixed window swallowing for foot --- config/hyprland/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf index d855a3e..878541c 100644 --- a/config/hyprland/hypr/hyprland.conf +++ b/config/hyprland/hypr/hyprland.conf @@ -38,7 +38,7 @@ general { misc { disable_hyprland_logo = true enable_swallow = true - swallow_regex = '^foot$' + swallow_regex = ^(foot)$ } decoration { -- cgit v1.2.3