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"
|
||||
then ''
|
||||
kb_variant = workman
|
||||
kb_options = compose:rctl
|
||||
''
|
||||
else if nixosConfig.networking.hostName == "murex-pecten"
|
||||
then ''
|
||||
kb_variant =
|
||||
kb_options = compose:ralt
|
||||
''
|
||||
else ""
|
||||
}
|
||||
|
||||
kb_rules =
|
||||
kb_options = compose:ralt
|
||||
kb_rules =
|
||||
|
||||
follow_mouse = 1
|
||||
sensitivity = 0
|
||||
|
@ -144,7 +143,7 @@
|
|||
}
|
||||
|
||||
device:at-translated-set-2-keyboard {
|
||||
kb_options = "compose:rctrl"
|
||||
|
||||
}
|
||||
|
||||
device:keyboardio-atreus {
|
||||
|
|
Loading…
Reference in a new issue