diff options
Diffstat (limited to 'XServer/.xprofile')
-rw-r--r-- | XServer/.xprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XServer/.xprofile b/XServer/.xprofile index 12e4e80..d4e3575 100644 --- a/XServer/.xprofile +++ b/XServer/.xprofile @@ -1,4 +1,4 @@ #!/usr/bin/env sh -setxkbmap gb -option shift:both_capslock -option caps:none; +setxkbmap gb -option shift:both_capslock -option caps:escape; xmodmap ~/.Xmodmap; [[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources; |