diff options
| author | LM-LCL <hello@exaltedelite.club> | 2024-09-08 23:54:27 +0200 |
|---|---|---|
| committer | LM-LCL <hello@exaltedelite.club> | 2024-09-08 23:54:27 +0200 |
| commit | 43f2350c971d59690d97c6e5923bf5be0d1d5284 (patch) | |
| tree | 504a5972d09372e2a631d6a36ad427640875ab63 | |
| parent | 4870a1e681cf08d0c3f768aaa469c71a06b681bd (diff) | |
scrcpy floating window
| -rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ static const Rule rules[] = { */ /* 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 }, */ }; |
