From 4666c1c1337f4b76623bc8e9874f5177682194b6 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Sat, 20 Jul 2024 01:20:13 -0400 Subject: [PATCH] update: add kitty and thunar to swallow --- hypr/conf/misc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr/conf/misc.conf b/hypr/conf/misc.conf index f3217f3..b5facfb 100644 --- a/hypr/conf/misc.conf +++ b/hypr/conf/misc.conf @@ -6,5 +6,5 @@ misc { disable_hyprland_logo = true disable_splash_rendering = true enable_swallow = true - swallow_regex = ^(Alacritty)$ + swallow_regex = ^(Alacritty|kitty|thunar)$ }