summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/config.h b/config.h
index e5ba1ad..ea73e68 100644
--- a/config.h
+++ b/config.h
@@ -39,10 +39,9 @@ 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 },
- { "scrcpy", NULL, NULL, 0, 1, -1 },
- { "gnome-system-monitor", NULL, NULL, 0, 1, -1 },
+ /* class instance title tags mask isfloating monitor */
+ { "Gimp", NULL, NULL, 0, 1, -1 },
+ { "scrcpy", NULL, NULL, 0, 1, -1 },
/* { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, */
};