aboutsummaryrefslogtreecommitdiff
path: root/src/safe_x11
AgeCommit message (Collapse)AuthorFilesLines
2015-11-09Focus handling.Matias Linares2-2/+1
For now this have some bugs. Some complex programs (i.e. thunar, firefox) will spawn a lot of XCreateEvents and the last window it's not focused correctly. Also the enter notify should work on an input instead hovering the window
2015-11-08Initial commitMatias Linares2-0/+345
This initial commit has the following: * We can spawn a terminal. * Given a new window, we can move it around the screen, but only the window that was created, all the other windows disappear on the void, so.. :( and that's it