src
"Can you count, suckers? I say, the future is ours...
if you can count!"
Software
Desktop
- dio (googlecode, fm): Dynamic i/o can be used as file manager, music player, irc client, terminal, ...
- dwm config.h: Completely usable with the mouse without patching dwm.c
- bwm 0.1 (abandoned): An experiment on a very simple (mouse driven) window manager, based on dwm
- fmenu 0.2 (stalled): Vertical dmenu with one-key actions, based on dmenu
Graphics
- libxdraw (GSoC unofficial project in progress): Xlib-based library to be used in 9vx, drawterm, inferno and p9p draw devices
- devwin (GSoC unofficial project: in progress): Window device built on top of libxdraw
- riows (hg): Uses patched rio and winwatch to add workspaces to Plan9
Text processing
-
md2html.awk (hg): Markdown implementation writen in AWK (standard
awk(1), notgawkunfeatures) - Dukas (in progress): An environment to write my PhD thesis: it makes use of awk, pdflatex, gnuplot and make and works on Linux and win32 (under cygwin)
Other
- Hello libixp (hg): libixp introductory examples
Patches
Plan9 patches can be found in sources/contrib/yiyus.
-
9vx
- Shift+B3 = B2:
- x11-itrans bug (the solution was actually given in 9fans by Russ Cox and Erik Quanstrom)
-
Acme
- Alternative chording with the mouse wheel instead of B2 and B3.
- Interprets '|' with B2+B1 chords as the Edit command. (see http://9fans.net/archive/2009/08/571)
- B3 on a path only completes until the next / (allows to open parent directories with a single click).
- Better auto-menu for files and directories. (see http://9fans.net/archive/2009/03/229)
-
Column mouse actions (see video):
- B1: increase size
- B2: maximize size
- B3: move to left-most position and hide the other clients
-
Rio (hg)
- Alternative chording with the mouse wheel instead of B2 and B3.
- Non-interactive (borderless) mode with -I option. (see http://9fans.net/archive/2009/04/695)