sunhat/install/emojis.sh

5 lines
166 B
Bash
Raw Normal View History

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