chore: update rules

This commit is contained in:
Solomon Laing 2026-03-23 21:23:24 +10:30
parent 2c5e4e179b
commit 7c2c708d54

View File

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