1
0
Fork 1
mirror of https://codeberg.org/dwl/dwl.git synced 2025-04-14 10:33:16 -07:00

Merge pull request from Humm42/xkboptions

initialize xkb_rules.options to a null pointer
This commit is contained in:
Sevz 2022-06-14 15:42:47 -05:00 committed by GitHub
commit 3a77f02919
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ static const struct xkb_rule_names xkb_rules = {
/* example:
.options = "ctrl:nocaps",
*/
.options = "",
.options = NULL,
};
static const int repeat_rate = 25;