summaryrefslogtreecommitdiffstats
path: root/.scripts
diff options
context:
space:
mode:
Diffstat (limited to '.scripts')
-rwxr-xr-x.scripts/remaps2
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'