From d890fad373875aebda32f23072f96eb85aaa987e Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Tue, 28 May 2024 02:19:29 -0400 Subject: [PATCH] feat: add window swallow --- hypr/conf/misc.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hypr/conf/misc.conf b/hypr/conf/misc.conf index 50b28d5..f3217f3 100644 --- a/hypr/conf/misc.conf +++ b/hypr/conf/misc.conf @@ -5,4 +5,6 @@ misc { disable_hyprland_logo = true disable_splash_rendering = true + enable_swallow = true + swallow_regex = ^(Alacritty)$ }