Plan 9: Audio-Video Pipeline
Screensaver / Image viewer Use composable programs to run screensaver or image viewer. DEL to exit the program. Options: g grid ( 1x2 , 2x2 etc.) k interactive (press any key to continue) l loop r images per second (rate) s stretch Lessons Learnt When a graphical program runs, it replaces the window label with the argument passed in initdraw(nil, nil, "label") . riow has a CLI option -s label to set sticky window. Sticky windows are skipped while circling through open window. Code https://gitlab.com/atamariya/plan9front/