From 0afb43164484dcac4773ad778c032687da6b01aa Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 14 Jan 2003 00:13:20 +0000 Subject: rm the util directory --- util/epist/DESIGN | 57 ------------------------------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 util/epist/DESIGN (limited to 'util/epist/DESIGN') diff --git a/util/epist/DESIGN b/util/epist/DESIGN deleted file mode 100644 index a02a7bbd..00000000 --- a/util/epist/DESIGN +++ /dev/null @@ -1,57 +0,0 @@ -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. -- no interactive string inputs -- A config file that doesn't suck - - -- exec -- iconify -- raise -- lower -- close -- move to desktop -- send to desktop -- toggle shade -- sticky -- move window -- resize 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; -} - -option ; - -action [name] ; - -chain [name] { - , - , - ... - } - -eg: - action emacs C-e exec emacs; - action C-a exec aterm -fn smoothansi; - action xmms C-x exec xmms; - -chain M-q { - emacs, - xmms - } - -Would produce M-q C-e -> emacs, M-q C-x -> xmms, C-a -> aterm. - - -- cgit v1.2.3