sunhat/install/emojis.sh
2024-05-28 17:24:48 -07:00

5 lines
166 B
Bash

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