Today I started a new project on github that aims to bring the same level of freedom in setting up key bindings that Xmonad and FVWM provides. The project uses python-wnck and python-keybinder, and coexists with the window manager. https://github.com/mntnoe/wmbinder Configuration example: import gtk from wmbinder.commands import * if __name__ == ‘__main__’: bind(“<Mod5>z” , spawn [...]