diff options
-rw-r--r-- | bash/dot-bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/dot-bashrc b/bash/dot-bashrc index 65cc788..0ac2e76 100644 --- a/bash/dot-bashrc +++ b/bash/dot-bashrc @@ -82,4 +82,4 @@ if [ -f ~/.bash_aliases ] ; then fi # Keyboard layout control spanish - russian -setxkbmap -layout es,ru -option "grp:alt_space_toggle" +# setxkbmap -layout es,en_US,ru -option "grp:alt_space_toggle" |