From 2faad84c088a427da880a41c3ed4dbac124c5268 Mon Sep 17 00:00:00 2001 From: tiyn Date: Tue, 23 Dec 2025 06:03:37 +0100 Subject: [PATCH] added compose key as rctrl --- config.def.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config.def.h b/config.def.h index 431a38d..1536055 100644 --- a/config.def.h +++ b/config.def.h @@ -33,6 +33,7 @@ static const Rule rules[] = { { "zenity", NULL, 0, 1, 0, 0, -1 }, { "steam", NULL, 1 << 2, 0, 0, 0, 0 }, { "discord", NULL, 1 << 2, 0, 0, 0, 1 }, + { "vesktop", NULL, 1 << 2, 0, 0, 0, 1 }, { "TeamSpeak", NULL, 1 << 2, 0, 0, 0, 1 }, { "Mattermost", NULL, 1 << 2, 0, 0, 0, 1 }, { "Element", NULL, 1 << 2, 0, 0, 0, 1 }, @@ -82,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", } };