6 lines
182 B
Bash
6 lines
182 B
Bash
if [ ! -f "~/.XCompose" ]; then
|
|
cp ~/.local/share/omakub/configs/xcompose ~/.XCompose
|
|
ibus restart
|
|
gsettings set org.gnome.desktop.input-sources xkb-options "['compose:caps']"
|
|
fi
|