sunhat/install/emojis.sh

6 lines
173 B
Bash
Raw Normal View History

if [ ! -f "~/.XCompose" ]; then
2024-06-03 14:30:34 -05:00
cp $OMAKUB_PATH/configs/xcompose ~/.XCompose
ibus restart
gsettings set org.gnome.desktop.input-sources xkb-options "['compose:caps']"
fi