* Check if the dead_acute is set:
`xmodmap -pke | grep dead_acute`
* Else, get the keycode: `xev`
* And set the flag with:
`xmodmap -e "keycode 48 = dead_acute dead_diaeresis dead_acute dead_diaeresis apostrophe quotedbl apostrophe"`
* Put this in your `~/.XCompose`:
include "%L"
# Overriding C with acute:
* And this in your `~/.xinitrc`:
export GTK_IM_MODULE=xim # Make compose key work
export QT_IM_MODULE=xim