aboutsummaryrefslogtreecommitdiff
path: root/src/socket.rs
AgeCommit message (Collapse)AuthorFilesLines
2015-11-19Implemented socket handler.Matias Linares1-0/+63
First steps on the socket handling. Dotwm will use this for communication between different clients trying to modify the behaviour (just take a look into hlwm's herbstclient program). It's needed a parser for the configuration, make the protocol and get it working better. For now I'm checking if it's anything into the socket every time I've a XEvent. But it shouldn't be this way.