Restart ibus to pick up new compose keys and fix gsettings

This commit is contained in:
David Heinemeier Hansson 2024-05-28 20:08:38 -07:00
parent c963021a58
commit 386f3fdeee

View File

@ -1,4 +1,5 @@
if [ ! -f "~/.XCompose" ]; then
cp ~/.local/share/omakub/configs/xcompose ~/.XCompose
gsettings set org.gnome.desktop.input-sources xkb-options ['compose:caps']
ibus restart
gsettings set org.gnome.desktop.input-sources xkb-options "['compose:caps']"
fi