HarveyHunt / howm

A lightweight, X11 tiling window manager that behaves like vim
GNU General Public License v2.0
649 stars 24 forks source link

External Scripting #36

Closed HarveyHunt closed 9 years ago

HarveyHunt commented 9 years ago

I think it would be a nice idea to add external scripting to howm. This could either be done by reading from a FIFO (as is done in the dwm-fifo patch) or by creating bindings to another language (such as python).

At the moment I am leaning towards using a FIFO (I rather like the system used by cmus).