From 43f2350c971d59690d97c6e5923bf5be0d1d5284 Mon Sep 17 00:00:00 2001 From: LM-LCL Date: Sun, 8 Sep 2024 23:54:27 +0200 Subject: scrcpy floating window --- config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.h b/config.h index 0eb23b9..190850c 100644 --- a/config.h +++ b/config.h @@ -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 }, */ }; -- cgit v1.2.3