all repos — openbox @ 17ca0f50664c9c7a1dd544ec3dd01b32edb79982

openbox fork - make it a bit more like ryudo

bind the exec properly
Dana Jansens danakj@orodu.net
commit

17ca0f50664c9c7a1dd544ec3dd01b32edb79982

parent

6f500e23e31d46fa84d3864114b3ad8d316a8cb2

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M scripts/defaults.pyscripts/defaults.py

@@ -10,7 +10,7 @@ # my window placement algorithm

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)