kota's memex

https://git.sr.ht/~ft/riow

keyboards driven window management

modifications

/sys/src/cmd/rio/ # source location
mk # Will create a 5.out file
5.out # To launch rio, test changes
mv 5.out /bin/rio # Manually install changes
mk install & mk clean # Automatically install changes

screencapture

cat /dev/screen | topng > screen.png - capture the screen as png cat /dev/window | topng > window.png - capture the current window as png