Move Capslock Remapping to xinitrc

Prevents a new instance of xcape being started with every single
shell session (i.e. a lot of sessions with tmux, urxvt, etc.).
Instead initializes xcape key replacement once when starting x
This commit is contained in:
Marty Oehme 2019-02-27 10:02:00 +01:00
parent 1097515a34
commit 39ca1b4d5c
2 changed files with 45 additions and 11 deletions

View file

@ -1,11 +0,0 @@
#!/bin/sh
# Remaps Capslock key to control.
# (only works for x environment - I haven't needed it for non-x yet)
setxkbmap -option ctrl:nocaps
# Makes Capslock behave as escape - when ONLY capslock is pressed and released
# this only works when we already substitute a ctrl for caps with the lines above,
# otherwise control itself will act as escape.
# Needs xcape package installed. https://github.com/alols/xcape
xcape -e 'Control_L=Escape'