avoid multiple xcapes on restart
This commit is contained in:
parent
9ff3b2bc30
commit
1220d6a101
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ setxkbmap -layout us -variant altgr-intl -option caps:super
|
||||||
#setxkbmap -option caps:super
|
#setxkbmap -option caps:super
|
||||||
|
|
||||||
# But when it is pressed only once, treat it as escape.
|
# 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.
|
# Map the menu button to right super as well.
|
||||||
xmodmap -e 'keycode 135 = Super_R'
|
xmodmap -e 'keycode 135 = Super_R'
|
||||||
|
|
Loading…
Reference in a new issue