├── Makefile ├── PKGBUILD-git ├── README.md ├── action.c ├── atom.c ├── client.c ├── config.c ├── config.h ├── event.c ├── ewmh.c ├── menu.c ├── menubox.c ├── monitor.c ├── regex.c ├── setup.c ├── spot.c ├── status ├── textbox.c ├── window.c ├── xinitrc ├── xoat.1 ├── xoat.c ├── xoat.md └── xoatrc /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpringle/xoat/HEAD/Makefile -------------------------------------------------------------------------------- /PKGBUILD-git: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpringle/xoat/HEAD/PKGBUILD-git -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpringle/xoat/HEAD/README.md -------------------------------------------------------------------------------- /action.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpringle/xoat/HEAD/action.c -------------------------------------------------------------------------------- /atom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpringle/xoat/HEAD/atom.c -------------------------------------------------------------------------------- /client.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpringle/xoat/HEAD/client.c -------------------------------------------------------------------------------- /config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpringle/xoat/HEAD/config.c -------------------------------------------------------------------------------- /config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpringle/xoat/HEAD/config.h -------------------------------------------------------------------------------- /event.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpringle/xoat/HEAD/event.c -------------------------------------------------------------------------------- /ewmh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpringle/xoat/HEAD/ewmh.c -------------------------------------------------------------------------------- /menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpringle/xoat/HEAD/menu.c -------------------------------------------------------------------------------- /menubox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpringle/xoat/HEAD/menubox.c -------------------------------------------------------------------------------- /monitor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpringle/xoat/HEAD/monitor.c -------------------------------------------------------------------------------- /regex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpringle/xoat/HEAD/regex.c -------------------------------------------------------------------------------- /setup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpringle/xoat/HEAD/setup.c -------------------------------------------------------------------------------- /spot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpringle/xoat/HEAD/spot.c -------------------------------------------------------------------------------- /status: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpringle/xoat/HEAD/status -------------------------------------------------------------------------------- /textbox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpringle/xoat/HEAD/textbox.c -------------------------------------------------------------------------------- /window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpringle/xoat/HEAD/window.c -------------------------------------------------------------------------------- /xinitrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpringle/xoat/HEAD/xinitrc -------------------------------------------------------------------------------- /xoat.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpringle/xoat/HEAD/xoat.1 -------------------------------------------------------------------------------- /xoat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpringle/xoat/HEAD/xoat.c -------------------------------------------------------------------------------- /xoat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpringle/xoat/HEAD/xoat.md -------------------------------------------------------------------------------- /xoatrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanpringle/xoat/HEAD/xoatrc --------------------------------------------------------------------------------