gabrielzschmitz / dotfiles

A rice focused in speed, produtivity and to suck less.
GNU General Public License v3.0
27 stars 2 forks source link

Keyboard layout has changes. I cannot type double quotes. #3

Closed n0yal closed 3 years ago

n0yal commented 3 years ago

After installing your setup keyboard layout has changes . When i type double quotes iam getting other symbol . Where is the file for fixing this ?

gabrielzschmitz commented 3 years ago

That happens because I'm from Brazil, and we need this type of accents. So I've wrote a script to make the system follow the right keyboard layout for us. If you don't need that, as you've said, you can just remove that line from i3 config (localized in ~/.config/i3/config): exec_always --no-startup-id sh ~/.scripts/kblayout.sh and remove the script from your computer: rm ~/.scripts/kblayout.sh