diff options
Diffstat (limited to 'XServer/.xprofile')
-rw-r--r-- | XServer/.xprofile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/XServer/.xprofile b/XServer/.xprofile new file mode 100644 index 0000000..777e080 --- /dev/null +++ b/XServer/.xprofile @@ -0,0 +1,3 @@ +#!/usr/bin/env sh +setxkbmap gb -option shift:both_capslock -option caps:none; +xmodmap ~/.Xmodmap; |