mirror of
https://github.com/tiyn/dwl.git
synced 2026-01-10 08:59:46 +01:00
added compose key as rctrl
This commit is contained in:
@@ -83,17 +83,17 @@ static const MonitorRule monrules[] = {
|
|||||||
static const struct xkb_rule_names xkb_rules[] = {
|
static const struct xkb_rule_names xkb_rules[] = {
|
||||||
{
|
{
|
||||||
.layout = "de",
|
.layout = "de",
|
||||||
.options = NULL,
|
.options = "compose:rctrl",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.layout = "de",
|
.layout = "de",
|
||||||
.variant = "nodeadkeys",
|
.variant = "nodeadkeys",
|
||||||
.options = NULL,
|
.options = "compose:rctrl",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.layout = "de",
|
.layout = "de",
|
||||||
.variant = "ru",
|
.variant = "ru",
|
||||||
.options = NULL,
|
.options = "compose:rctrl",
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user