From 2b65bf504228337418a320bba42b5c1a50ab0c06 Mon Sep 17 00:00:00 2001 From: tiyn Date: Tue, 23 Dec 2025 06:03:19 +0100 Subject: [PATCH] added compose key as rctrl --- config.def.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.def.h b/config.def.h index 597526f..1536055 100644 --- a/config.def.h +++ b/config.def.h @@ -83,17 +83,17 @@ static const MonitorRule monrules[] = { static const struct xkb_rule_names xkb_rules[] = { { .layout = "de", - .options = NULL, + .options = "compose:rctrl", }, { .layout = "de", .variant = "nodeadkeys", - .options = NULL, + .options = "compose:rctrl", }, { .layout = "de", .variant = "ru", - .options = NULL, + .options = "compose:rctrl", } };