Skip to content

Instantly share code, notes, and snippets.

@mwergles
Created November 18, 2021 10:50
Show Gist options
  • Select an option

  • Save mwergles/8653e3248b087fde29b1da8c20f4656a to your computer and use it in GitHub Desktop.

Select an option

Save mwergles/8653e3248b087fde29b1da8c20f4656a to your computer and use it in GitHub Desktop.
arch cedilla brute force
sudo sed -i /usr/share/X11/locale/en_US.UTF-8/Compose -e 's/ć/ç/g'
sudo sed -i /usr/lib/gtk-3.0/<version>/immodules.cache -e 's#"cedilla" "Cedilla" "gtk30" "/usr/share/locale" "az:ca:co:fr:gv:oc:pt:sq:tr:wa"#"cedilla" "Cedilla" "gtk30" "/usr/share/locale" "az:ca:co:fr:gv:oc:pt:sq:tr:wa:en"#'
sudo sed -i /usr/lib/gtk-2.0/<version>/immodules.cache -e 's#"cedilla" "Cedilla" "gtk20" "/usr/share/locale" "az:ca:co:fr:gv:oc:pt:sq:tr:wa"#"cedilla" "Cedilla" "gtk20" "/usr/share/locale" "az:ca:co:fr:gv:oc:pt:sq:tr:wa:en"#'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment