all repos — ryudo @ b23f229ca59b1225f6dba04e8195c64a617c05c6

the floatiling window manager that flows; fork of rio from plan9port

build.sh (raw)

1
2
3
4
5
6
7
8
9
10
#!/bin/sh

if [ ! -e config.h ]; then
  cp config.def.h config.h
fi

mk clean
mk o.rio

mv o.rio ryudo