From c765d2e6785217fd8726dac71b30d96d1a046b35 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 29 Mar 2020 11:35:58 -0400 Subject: [PATCH] gimp starts on own tag --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 3df75ae..4c40686 100644 --- a/config.h +++ b/config.h @@ -35,8 +35,8 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags mask isfloating monitor */ - /* { "Gimp", NULL, NULL, 0, 1, -1 }, */ - { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, + { "Gimp", NULL, NULL, 1 << 8, 0, -1 }, + /* { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, */ }; /* layout(s) */