From 05bc00cbd76ee0d7682093b6405f158f19a5dd25 Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Wed, 22 Oct 2025 21:13:36 +0200 Subject: [PATCH] add xkb rules for greek chars --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;