all repos — openbox @ 783b4dac61f05e317be657a5681f292269c102bb

openbox fork - make it a bit more like ryudo

add W-d to toggle show-desktop-mode by default
Dana Jansens danakj@orodu.net
commit

783b4dac61f05e317be657a5681f292269c102bb

parent

33c0058f75cf8f100761254247e64e89256346ab

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

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

@@ -35,6 +35,8 @@ lambda(d): ob.execute("xterm", d.screen))

ob.kbind(["A-F4"], ob.KeyContext.All, callbacks.close) +ob.kbind(["W-d"], ob.KeyContext.All, callbacks.toggle_show_desktop) + # focus bindings import stackedcycle # functions for doing stacked 'kde-style' cycling ob.kbind(["A-Tab"], ob.KeyContext.All, stackedcycle.next)