X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=scripts%2Fdefaults.py;h=f7f444d5a8b25b7e8134e7172fe4c1defd0d46dc;hb=f8edbc908370d1b00db027d03ade1566dbb3dd24;hp=276a557cca86e2c23663f3d6d1cdf1e594f5ecb2;hpb=151b6d413174dc3768de48b13efa78c1edcd5721;p=chaz%2Fopenbox diff --git a/scripts/defaults.py b/scripts/defaults.py index 276a557c..f7f444d5 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("Left", MC_Root, MouseClick, lambda(d): execute("xterm")) kbind(["A-F4"], KC_All, close)