diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-08-18 12:17:22 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-08-18 12:17:22 +0200 |
commit | 28d3b2982b2342f22617078706fc7db4d14a52b0 (patch) | |
tree | d0d25fb86deb2ba4ac56ff98b5d6a973db78d8dd /bash/dot-bashrc | |
parent | 7c499bfa4be90d5548cd27d023863f4dbc77dec3 (diff) |
Remove setxkbmap, it's done in Xorg.conf level
Diffstat (limited to 'bash/dot-bashrc')
-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" |