From: Dana Jansens Date: Fri, 10 Jan 2003 22:54:59 +0000 (+0000) Subject: bind the exec properly X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=17ca0f50664c9c7a1dd544ec3dd01b32edb79982;p=chaz%2Fopenbox bind the exec properly --- 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)