From 4003fe5ead6d2400c6f45fc6b0bd95030644ebf0 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 27 Mar 2021 21:40:35 +0300 Subject: feat: apply swallow patch --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 2300269..feac716 100644 --- a/config.def.h +++ b/config.def.h @@ -37,9 +37,9 @@ static const Rule rules[] = { * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title */ - /* class instance title tags mask isfloating monitor */ - { "Gimp", NULL, NULL, 0, 1, -1 }, + /* class instance title tags mask isfloating isterminal noswallow monitor */ // TODO: figure out firefox { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, + { "Alacritty", NULL, NULL, 0, 0, 1, 0, -1 }, }; /* layout(s) */ -- cgit v1.2.3