diff --git a/config.h b/config.h index c6927d4..a8c5c04 100644 --- a/config.h +++ b/config.h @@ -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;