use new alias for mbuttons
This commit is contained in:
parent
fc7ec94f46
commit
87688e399c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ setup_fallback_focus()
|
||||||
ebind(EventPlaceWindow, placewindows_random)
|
ebind(EventPlaceWindow, placewindows_random)
|
||||||
|
|
||||||
# run xterm from root clicks
|
# run xterm from root clicks
|
||||||
mbind("1", MC_Root, MouseClick, lambda(d): execute("xterm"))
|
mbind("Left", MC_Root, MouseClick, lambda(d): execute("xterm"))
|
||||||
|
|
||||||
kbind(["A-F4"], KC_All, close)
|
kbind(["A-F4"], KC_All, close)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue