+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.
This commit is contained in:
3
XServer/.xprofile
Normal file
3
XServer/.xprofile
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
setxkbmap gb -option shift:both_capslock -option caps:none;
|
||||
xmodmap ~/.Xmodmap;
|
||||
Reference in New Issue
Block a user