all repos — ryudo @ 67a83975168ed5c3242b81e05c713f97ebd9be92

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

mkriorules.sh (raw)

1
2
3
4
5
6
7
8
if [ "x$WSYSTYPE" != xx11 ]; then
	echo 'default:V: all'
	echo
	echo 'all install clean nuke:'
	echo '	# WSYSTYPE is not x11, and ryudo is only for x11'
	exit 0
fi
cat $PLAN9/src/mkmany