Commit f0579cf9 authored by Anton Midyukov's avatar Anton Midyukov

l10n: clean xkb opts for GNOME

xkb in GNOME resets to the standard keyboard layout after re-login.
parent 8f650d53
......@@ -11,3 +11,6 @@ cat > /etc/dconf/db/local.d/01-gnome-keymap <<EOF
[org/gnome/desktop/wm/keybindings]
switch-input-source=['`echo $GLOBAL_GNOME_KB_SWITCH`', '<Super>space', 'XF86Keyboard']
EOF
# cleanup unneeded xkb opts
sed -i '/Option "XkbOptions"/d' /etc/X11/xorg.conf.d/00-keyboard.conf
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment