diff --git a/install/4-config.sh b/install/4-config.sh index 1c8df3c..0ac6d15 100644 --- a/install/4-config.sh +++ b/install/4-config.sh @@ -32,6 +32,7 @@ if [[ -n "${OMAKUB_USER_EMAIL//[[:space:]]/}" ]]; then git config --global user.email "$OMAKUB_USER_EMAIL" fi +# Set default XCompose that is triggered with CapsLock tee ~/.XCompose >/dev/null <