2024-05-28 19:24:48 -05:00
|
|
|
if [ ! -f "~/.XCompose" ]; then
|
|
|
|
cp ~/.local/share/omakub/configs/xcompose ~/.XCompose
|
2024-05-28 22:08:38 -05:00
|
|
|
ibus restart
|
|
|
|
gsettings set org.gnome.desktop.input-sources xkb-options "['compose:caps']"
|
2024-05-28 19:24:48 -05:00
|
|
|
fi
|