fix(user/malte): use right alt as compose on laptop
This commit is contained in:
parent
3c5d553647
commit
ee2d48afe5
|
@ -115,17 +115,16 @@
|
||||||
if nixosConfig.networking.hostName == "helix-texta"
|
if nixosConfig.networking.hostName == "helix-texta"
|
||||||
then ''
|
then ''
|
||||||
kb_variant = workman
|
kb_variant = workman
|
||||||
kb_options = compose:rctl
|
|
||||||
''
|
''
|
||||||
else if nixosConfig.networking.hostName == "murex-pecten"
|
else if nixosConfig.networking.hostName == "murex-pecten"
|
||||||
then ''
|
then ''
|
||||||
kb_variant =
|
kb_variant =
|
||||||
kb_options = compose:ralt
|
|
||||||
''
|
''
|
||||||
else ""
|
else ""
|
||||||
}
|
}
|
||||||
|
|
||||||
kb_rules =
|
kb_options = compose:ralt
|
||||||
|
kb_rules =
|
||||||
|
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
sensitivity = 0
|
sensitivity = 0
|
||||||
|
@ -144,7 +143,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
device:at-translated-set-2-keyboard {
|
device:at-translated-set-2-keyboard {
|
||||||
kb_options = "compose:rctrl"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
device:keyboardio-atreus {
|
device:keyboardio-atreus {
|
||||||
|
|
Loading…
Reference in a new issue