diff --git a/dwm-flexipatch/config.def.h b/dwm-flexipatch/config.def.h index c645a58..c0c34aa 100644 --- a/dwm-flexipatch/config.def.h +++ b/dwm-flexipatch/config.def.h @@ -509,9 +509,9 @@ static const Rule rules[] = { RULE(.class = "Gimp", .tags = 1 << 4) RULE(.class = "Firefox", .tags = 1 << 7) #if RENAMED_SCRATCHPADS_PATCH - RULE(.instance = "spterm", .scratchkey = 's', .isfloating = 1) + RULE(.instance = "spterm", .scratchkey = 's', .isfloating = 1, .isterminal = 1) #elif SCRATCHPADS_PATCH - RULE(.instance = "spterm", .tags = SPTAG(0), .isfloating = 1) + RULE(.instance = "spterm", .tags = SPTAG(0), .isfloating = 1, .isterminal = 1) #endif // SCRATCHPADS_PATCH }; diff --git a/dwm-flexipatch/patches.def.h b/dwm-flexipatch/patches.def.h index adfab72..7882d7c 100644 --- a/dwm-flexipatch/patches.def.h +++ b/dwm-flexipatch/patches.def.h @@ -918,7 +918,7 @@ /* Renamed scratchpads option to auto-hide scratchpads when moving to a different tag. * This behaviour is similar to that of the (multiple) scratchpads patch. */ -#define RENAMED_SCRATCHPADS_AUTO_HIDE_PATCH 0 +#define RENAMED_SCRATCHPADS_AUTO_HIDE_PATCH 0 /* Shifts all clients per tag to leftmost unoccupied tags. *