greedy: Correct XKB option names
This commit is contained in:
parent
5f9208c274
commit
773b548086
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ stdenvNoCC.mkDerivation {
|
||||||
xkbOptions = [
|
xkbOptions = [
|
||||||
"ctrl:nocaps"
|
"ctrl:nocaps"
|
||||||
"altwin:alt_super_win"
|
"altwin:alt_super_win"
|
||||||
"level3:ralt_switch"
|
"lv3:ralt_switch"
|
||||||
"level5:rtctl_switch"
|
"lv5:rtctl_switch"
|
||||||
"compose:lwin-altgr"
|
"compose:lwin-altgr"
|
||||||
"compose:102"
|
"compose:102"
|
||||||
"nbsp:level3n"
|
"nbsp:level3n"
|
||||||
|
|
Loading…
Reference in a new issue