This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @reboot sleep 20 && DISPLAY=:0 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u)/bus bash -c 'gsettings set org.gnome.desktop.wm.keybindings switch-group "[]"; gsettings set org.gnome.shell.keybindings switch-to-application-1 "[\"<Alt>grave\"]"; for i in $(seq 2 9); do gsettings set org.gnome.shell.keybindings switch-to-application-$i "[\"<Alt>$((i-1))\"]"; done' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #just replace the existing config on /usr/share/X11/xkb/symbols/us to avoid headache | |
| partial alphanumeric_keys | |
| xkb_symbols "intl" { | |
| name[Group1]= "English (US, intl., with dead keys)"; | |
| key <TLDE> { [dead_grave, dead_tilde, grave, asciitilde ] }; | |
| key <AE01> { [ 1, exclam, exclamdown, onesuperior ] }; | |
| key <AE02> { [ 2, at, twosuperior, dead_doubleacute ] }; |