diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-09-29 16:03:10 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-09-29 16:03:10 -0400 |
| commit | 1220d6a1010478cdfa8976bc67ef73beb56a24fc (patch) | |
| tree | 61cc2d41e8410beb0c7808e6d3a00d25830e1506 | |
| parent | 9ff3b2bc30b036546afa94ae66281e6fe9e1524a (diff) | |
| download | eibhear-1220d6a1010478cdfa8976bc67ef73beb56a24fc.tar.gz eibhear-1220d6a1010478cdfa8976bc67ef73beb56a24fc.tar.zst eibhear-1220d6a1010478cdfa8976bc67ef73beb56a24fc.zip | |
avoid multiple xcapes on restart
| -rwxr-xr-x | .scripts/remaps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/remaps b/.scripts/remaps index 32394e4..39f82b7 100755 --- a/.scripts/remaps +++ b/.scripts/remaps @@ -12,7 +12,7 @@ setxkbmap -layout us -variant altgr-intl -option caps:super #setxkbmap -option caps:super # But when it is pressed only once, treat it as escape. -xcape -e 'Super_L=Escape' +killall xcape ; xcape -e 'Super_L=Escape' # Map the menu button to right super as well. xmodmap -e 'keycode 135 = Super_R' |
