Skip to content

Instantly share code, notes, and snippets.

@raivieiraadriano92
Last active September 26, 2017 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raivieiraadriano92/5e8f622b9457b4ff6607e571e32afe2d to your computer and use it in GitHub Desktop.
Save raivieiraadriano92/5e8f622b9457b4ff6607e571e32afe2d to your computer and use it in GitHub Desktop.
subl ~/.bashrc
adicione na ultima linha
setxkbmap -model pc104 -layout us_intl
. ~/.bashrc
ou
1 - Instalar os pacotes gtk2-immodules im-chooser: sudo dnf install gtk2-immodules im-chooser
2 - Editar o arquivo /etc/profile e adicionar no final: export GTK_IM_MODULE=cedilla
3 - Editar (ou criar) o arquivo /etc/rc.conf e adicionar no final: KEYMAP=”us-acentos”
4 - Reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment