diff options
| author | LM-LCL <hello@exaltedelite.club> | 2024-10-16 06:25:47 +0200 |
|---|---|---|
| committer | LM-LCL <hello@exaltedelite.club> | 2024-10-16 06:25:47 +0200 |
| commit | facb1e70deea62de22946f25015978186d44ecb8 (patch) | |
| tree | 41f41eabf11798895091f62b4429c0eac6ff5bb6 | |
| parent | 2bede55d24ab1d36b7a92a3b50fb1618774dfd36 (diff) | |
Added gnome-system-monitor to floating windows
| -rw-r--r-- | config.h | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 }, */ }; |
