chore: revert rule change :P

This commit is contained in:
Solomon Laing 2026-03-24 17:34:52 +10:30
parent 7c2c708d54
commit 475ac01b5c

View File

@ -48,7 +48,7 @@ static const Rule rules[] = {
{"Manager", NULL, NULL, 1 << 7, 1, 0, -1, 0},
{"InputLeap", NULL, NULL, 1 << 8, 1, 1, -1, 0},
{"Nextcloud", NULL, NULL, 1 << 8, 1, 0, -1, 0},
{"feishin", NULL, NULL, 1 << 1, 0, 0, -1, 0},
{"feishin", NULL, NULL, 1 << 2, 0, 0, -1, 0},
{ NULL, NULL, "scratchpad", 0, 1, 0, -1, 's'}
};