From 4ad1022b2be8624953a59e6c318399a0fa1ee15c Mon Sep 17 00:00:00 2001 From: Mineralwater Xu Date: Sat, 7 Jan 2023 13:33:09 +0900 Subject: remove Gimp from the rules --- config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/config.h b/config.h index 309ef12..5519e73 100644 --- a/config.h +++ b/config.h @@ -56,7 +56,6 @@ 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 }, { NULL, "spterm", NULL, SPTAG(0), 1, -1 }, { NULL, "spfm", NULL, SPTAG(1), 1, -1 }, -- cgit v1.2.1