diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2016-02-07 06:03:00 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2016-02-07 06:03:00 -0300 |
commit | 82d39a36202a4e46d216ac46fcc4d80ad9c45227 (patch) | |
tree | 5716f451c8952a488ed3c7faae506780cea0851e | |
parent | 6d54483c6f86f42405cf6db9d8fdb19e9397267b (diff) | |
download | dotwm-82d39a36202a4e46d216ac46fcc4d80ad9c45227.tar.gz |
Add TODO
-rw-r--r-- | TODO | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +* There's some problem with the focus. + + Some windows are not focused on creation. + + The mouse have be above this windows to get the focus. + + If one window is moved outside the mouse pointer and another window is + below the mouse, the later is focused. +* Check how to delete (?) the socket with an unsuccesful exit. +* Change the socket interface with IPC ? +* Implement Fullscreen properly. +* Implement a nice focus with the keys. +* Implement close window. |