Skip to content

Instantly share code, notes, and snippets.

@ubmit
Last active February 1, 2022 16:24
Show Gist options
  • Save ubmit/bf3f4096b6c716730f0bde0487bb973b to your computer and use it in GitHub Desktop.
Save ubmit/bf3f4096b6c716730f0bde0487bb973b to your computer and use it in GitHub Desktop.
Ç fix cedilla for ubuntu based distros
#!/bin/bash
echo -e "GTK_IM_MODULE=cedilla\nQT_IM_MODULE=cedilla" >> /etc/environment
# restart your system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment