bind the exec properly
This commit is contained in:
parent
6f500e23e3
commit
17ca0f5066
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ setup_fallback_focus()
|
|||
ebind(EventPlaceWindow, placewindows_random)
|
||||
|
||||
# run xterm from root clicks
|
||||
mbind("1", MC_Root, MouseClick, execute("xterm"))
|
||||
mbind("1", MC_Root, MouseClick, lambda(d): execute("xterm"))
|
||||
|
||||
kbind(["A-F4"], KC_All, close)
|
||||
|
||||
|
|
Loading…
Reference in a new issue