Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-28 | Better socket handling | Matias Linares | 1 | -52/+163 | |
The socket interface now allows almost everything that vould be done by the internals of the window manager. Also the Window manager now closes fine (on a success exit). | |||||
2015-11-27 | Little implemented the socket parser. | Matias Linares | 1 | -2/+34 | |
Just two functions for the parsing of the socket. nothing special. | |||||
2015-11-22 | Add socket functionality. | Matias Linares | 1 | -0/+70 | |
Something simple, but it works pretty well. The mapping between the strings that comes from the socket and functions, modifiers, keys, etc. needs some rewrite because now there's a manual mapping. The autostart file shows some functionality on how it will work. Since the next_xevent is ticking on 1s, it's preferible to make the writes on the socket all together, otherwise will pass 1 sec between two calls. |