diff options
| author | LM-LCL <hello@exaltedelite.club> | 2024-10-16 07:58:31 +0200 |
|---|---|---|
| committer | LM-LCL <hello@exaltedelite.club> | 2024-10-16 07:58:31 +0200 |
| commit | d7b0b971266fb97f3170daa9ece88148d4793116 (patch) | |
| tree | a5302246e9e1cd659907cca60b940080a4a4b89e | |
| parent | facb1e70deea62de22946f25015978186d44ecb8 (diff) | |
Revert "Added gnome-system-monitor to floating windows"
This reverts commit facb1e70deea62de22946f25015978186d44ecb8.
| -rw-r--r-- | config.h | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 }, */ }; |
