Add ca+multix layout and French language files

This commit is contained in:
Anthony Rose 2022-03-17 12:10:58 +00:00
parent c1881a2320
commit 80436550ff
2 changed files with 4 additions and 3 deletions

View file

@ -31,6 +31,7 @@
- fossil
- git
- glibc-langpack-en
- glibc-langpack-fr
- gnupg
- hostname
- ldns-utils

View file

@ -21,7 +21,7 @@ set_favorites_bar
set_keyboard_and_language () {
gsettings set org.gnome.desktop.input-sources show-all-sources true
gsettings set org.gnome.desktop.input-sources sources "[('xkb', 'us'), ('xkb', 'gb')]"
gsettings set org.gnome.desktop.input-sources sources "[('xkb', 'gb'), ('xkb', 'ca+multix')]"
gsettings set org.gnome.desktop.input-sources xkb-options "['lv3:ralt_switch', 'compose:caps', 'nbsp:level3n', 'shift:both_capslock']"
gsettings set org.gnome.desktop.wm.keybindings switch-applications "['<Super>Tab']"
gsettings set org.gnome.desktop.wm.keybindings switch-applications-backward "['<Shift><Super>Tab']"
@ -111,7 +111,7 @@ set_misc_preferences () {
}
set_misc_preferences
if [ -x "$HOME/bin/reset-gnome-setup.local" ]
if [ -r "${XDG_CONFIG_HOME:-$HOME/.config}/reset-gnome-setup.local" ]
then
. "$HOME/bin/reset-gnome-setup.local"
. "${XDG_CONFIG_HOME:-$HOME/.config}/reset-gnome-setup.local"
fi