diff options
Diffstat (limited to 'XServer')
-rw-r--r-- | XServer/.Xmodmap | 5 | ||||
-rw-r--r-- | XServer/.xprofile | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/XServer/.Xmodmap b/XServer/.Xmodmap index 534d9f3..5a31e3c 100644 --- a/XServer/.Xmodmap +++ b/XServer/.Xmodmap @@ -1,13 +1,8 @@ -keycode 66 = Hyper_L -clear lock - clear Mod1 clear Mod2 -clear Mod3 clear Mod4 clear Mod5 add Mod1 = Alt_L Alt_R Meta_L add Mod2 = Num_Lock -add Mod3 = Hyper_L add Mod4 = Super_L Hyper_R add Mod5 = ISO_Level3_Shift Mode_switch 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; |