summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLM-LCL <hello@exaltedelite.club>2024-10-16 06:25:47 +0200
committerLM-LCL <hello@exaltedelite.club>2024-10-16 06:25:47 +0200
commitfacb1e70deea62de22946f25015978186d44ecb8 (patch)
tree41f41eabf11798895091f62b4429c0eac6ff5bb6
parent2bede55d24ab1d36b7a92a3b50fb1618774dfd36 (diff)
Added gnome-system-monitor to floating windows
-rw-r--r--config.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/config.h b/config.h
index ea73e68..e5ba1ad 100644
--- a/config.h
+++ b/config.h
@@ -39,9 +39,10 @@ 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 },
+ /* 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 },
/* { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, */
};