commit ae313911153b9c9ca8bef8ded97b95c0c2f49624
parent 2d6f932ecfc9580721cfa6a2f8dfa22d2af540c8
Author: Leonardo Hernández Hernández <leohdz172@protonmail.com>
Date: Thu, 31 Mar 2022 09:31:01 -0600
initialize rules and xkb_rules
to fix compile errors with `-pedantic`
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
@@ -13,8 +13,8 @@ static const Rule rules[] = {
/* app_id title tags mask isfloating monitor */
/* examples:
{ "Gimp", NULL, 0, 1, -1 },
- { "firefox", NULL, 1 << 8, 0, -1 },
*/
+ { "firefox", NULL, 1 << 8, 0, -1 },
};
/* layout(s) */
@@ -43,6 +43,7 @@ static const struct xkb_rule_names xkb_rules = {
/* example:
.options = "ctrl:nocaps",
*/
+ .options = "",
};
static const int repeat_rate = 25;