mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-13 17:34:20 +01:00
6 lines
182 B
Bash
6 lines
182 B
Bash
if [ ! -f "~/.XCompose" ]; then
|
|
cp ~/.local/share/omakub/configs/xcompose ~/.XCompose
|
|
ibus restart
|
|
gsettings set org.gnome.desktop.input-sources xkb-options "['compose:caps']"
|
|
fi
|