From ca467adff1b23945cad413779e4bcd809021aa7e Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Mon, 3 Aug 2020 01:16:05 +0400 Subject: [PATCH] Updated window parameters. Signed-off-by: Pavel Kirilin <win10@list.ru> --- dwm/config.def.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dwm/config.def.h b/dwm/config.def.h index 6ba4957..50a3270 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -26,10 +26,10 @@ 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 }, - { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, - { "Avizo-service", NULL, NULL, 0, 1, -1 } + /* class instance title tags mask iscentered isfloating monitor */ + { "Gimp", NULL, NULL, 0, 1, 1, -1 }, + { "Firefox", NULL, NULL, 1 << 8, 1, 0, -1 }, + { "Avizo-service", NULL, NULL, 0, 1, 1, -1 } }; /* layout(s) */ -- GitLab