diff --git a/regexrules.md b/regexrules.md index 7647667..c4081b8 100644 --- a/regexrules.md +++ b/regexrules.md @@ -4,8 +4,8 @@ Allows the use of regular expressions for window rules "app_id" and "title" ```c static const Rule rules[] = { // ... - { "kitty-htop", NULL, 1 << 8, 0, -1 }, - { "^kitty$", NULL, 0, 0, -1 }, + { "kitty-htop", NULL, 1 << 8, 0, -1 }, + { "^kitty$", NULL, 0, 0, -1 }, // ... }; ```