diff options
author | Ryan Kavanagh <rak@debian.org> | 2015-05-11 10:51:58 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2015-05-11 10:51:58 -0400 |
commit | 5ae02de5186779f7c58e2ebdd5bf941640c61d75 (patch) | |
tree | f85c002f41c663b672402577512fbe47c843887f /bin | |
parent | Add paste from X to tmux (diff) |
Fixed up icd
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/icd | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,8 +4,9 @@ GLOBAL_OPTIONS="\ -option terminate:ctrl_alt_bksp \ -option nbsp:level3n \ -I${HOME}/.xkb \ - -layout icd \ - -variant icd" + -layout icd,dpr \ + -variant icd,dpr \ + -option grp:shifts_toggle" OPTIONS="\ ${GLOBAL_OPTIONS} \ |