Change gimp rule

This commit is contained in:
Alexis Jhon Gaspar 2023-10-02 22:17:47 +08:00
parent 27c9723a79
commit bb70892994

View file

@ -506,7 +506,7 @@ static const Rule rules[] = {
RULE(.wintype = WTYPE "UTILITY", .isfloating = 1, .noswallow = 1) RULE(.wintype = WTYPE "UTILITY", .isfloating = 1, .noswallow = 1)
RULE(.wintype = WTYPE "TOOLBAR", .isfloating = 1, .noswallow = 1) RULE(.wintype = WTYPE "TOOLBAR", .isfloating = 1, .noswallow = 1)
RULE(.wintype = WTYPE "SPLASH", .isfloating = 1, .noswallow = 1) RULE(.wintype = WTYPE "SPLASH", .isfloating = 1, .noswallow = 1)
RULE(.class = "Gimp", .tags = 1 << 4) RULE(.class = "Gimp", .tags = 1 << 4, .isfreesize = 1)
RULE(.class = "Firefox", .tags = 1 << 7) RULE(.class = "Firefox", .tags = 1 << 7)
#if RENAMED_SCRATCHPADS_PATCH #if RENAMED_SCRATCHPADS_PATCH
RULE(.instance = "spterm", .scratchkey = 's', .isfloating = 1, .isterminal = 1) RULE(.instance = "spterm", .scratchkey = 's', .isfloating = 1, .isterminal = 1)