diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-10 22:54:59 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-10 22:54:59 +0000 |
| commit | 17ca0f50664c9c7a1dd544ec3dd01b32edb79982 (patch) | |
| tree | 3aad05b02f3fa80b437d162fedf73334f6e460ca /scripts | |
| parent | 6f500e23e31d46fa84d3864114b3ad8d316a8cb2 (diff) | |
bind the exec properly
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/defaults.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/defaults.py b/scripts/defaults.py index 276a557c..2fff8247 100644 --- a/scripts/defaults.py +++ b/scripts/defaults.py @@ -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) |
