add xkb rules for greek chars

This commit is contained in:
Zhongheng Liu 2025-10-22 21:13:36 +02:00
commit 05bc00cbd7

View file

@ -57,7 +57,8 @@ static const struct xkb_rule_names xkb_rules = {
/* example:
.options = "ctrl:nocaps",
*/
.options = NULL,
.layout = "us,gr",
.options = "grp:win_space_toggle",
};
static const int repeat_rate = 50;