When switching keyboards, these aren't applied. So I want a separate script to run such that when I do switch keyboards I can just run it to reapply these crucial settings.
4 lines
98 B
Bash
4 lines
98 B
Bash
#!/usr/bin/env sh
|
|
setxkbmap gb -option shift:both_capslock -option caps:none;
|
|
xmodmap ~/.Xmodmap;
|