Mod4-[a-z] will go to a view that starts with that letter
[wmiirc-lua.git] / TODO
blob84c6037437cd33efeb16eb72c2368f8ff4d00777
1 If you have any suggests I am happy to add them to the list.
3 for 0.2 release
4     - core
5         - add wmii.rebind_key_handler ("Mod1-x", "Mod1-y")
6     - bundled plugins
7         - 'browser'
8             - wmii.setconf("browser", "firefox")
9             - 'browser' and 'google' actions to go to a browser
10             - cheat and use xclip
12 for 0.3 release
13     - core
14         - rewrite timer handling using select loop and coroutines 
15           and a subprocess to do iread() ... see doc/event-loop
16         - support for "raw mode" like win-space in wmii+ruby
17         - add wmii.load_plugin("name") which works harder to locate a
18           plugin file
19         - resize windows/columns with Mod1-[+-] or Mod1-Ctrl-[hjkl]
20         - action and program history (bring up the last X choices in
21           alt-a and alt-p)
23     - bundled plugins
24         - mpd: controls / volume
25         - acpi: battery life / thermal
26         - cpufreq: cpu freq / governor
27         - whereami: wireless / controls
28         - history: 
29             - Mod1-[oi] to provide window history
30             - Mod4-[oi] to provide workspace history (vim inspired)
32 future
33     - core
34         - bundle xclipboard functionality (add a core/x11.so)
35         - make wmii.load_plugin() support multiple api versions
37     - bundled plugins
38         - 'session_manager'
39             - remember where windows are, and restart the "session" as
40               it was before
41             - global and per-view
46 vim: set ts=8 et sw=8 tw=72