Files
dotfiles/XServer/.xprofile
dx 8b141a9c07 +xprofile file for the xmodmap and setxkbmap
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.
2020-05-31 01:00:35 +01:00

4 lines
98 B
Bash

#!/usr/bin/env sh
setxkbmap gb -option shift:both_capslock -option caps:none;
xmodmap ~/.Xmodmap;