all repos — openbox @ 31732c1574c0a78f2ae697a4f87534b712d043b2

openbox fork - make it a bit more like ryudo

Initial notes on design and features
Scott Moynes smoynes@nexus.carleton.ca
commit

31732c1574c0a78f2ae697a4f87534b712d043b2

parent

17fbff7d7029924be0b0be538af02c074dc15270

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

jump to
A util/epist/DESIGN

@@ -0,0 +1,31 @@

+Epist design notes, by woodblock +-------------------------------- + +- Chained keybindings like emacs, and I suppose vi if you're wierd like that. + - most actions can take extra parameters. probably only numbers, or strings, maybe both. +- A config file that doesn't suck + + +- exec +- iconify +- raise +- lower +- close +- move to desktop +- send to desktop +- shade +- sticky +- move window (?) +- next/prev window (special orders like stacking, grouping, etc?) +- maximize/minimize +- no stupid window +- toggle keybindings +- menus? + +class Action { + enum type; + char *string; + int param; + Action next; +} +