Use xcompose to configure easy emojis with modifier key

This commit is contained in:
David Heinemeier Hansson
2024-05-28 17:24:48 -07:00
parent 16a0e1281a
commit c963021a58
3 changed files with 24 additions and 0 deletions

4
install/emojis.sh Normal file
View File

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