sunhat/install/emojis.sh

6 lines
192 B
Bash

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