HarveyHunt / howm

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

IPC (external scripting support) #42

Closed HarveyHunt closed 9 years ago

HarveyHunt commented 9 years ago

This PR allows howm to be controlled over a UNIX socket. I have written a small utility to interact with howm called cottage.

I think there is an issue with the use of args around line 3005- when using valgrind, the pointer args isn't correctly advanced.

Feedback on code and docs would be great. :-)

HarveyHunt commented 9 years ago

I am keen to move forward with howm and this branch seems stable, time to merge!