sunhat/install/emojis.sh

6 lines
201 B
Bash
Raw Normal View History

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