all repos — ryudo @ v1.0

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