aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@openmailbox.org>2016-02-07 06:03:00 -0300
committerMatias Linares <matiaslina@openmailbox.org>2016-02-07 06:03:00 -0300
commit82d39a36202a4e46d216ac46fcc4d80ad9c45227 (patch)
tree5716f451c8952a488ed3c7faae506780cea0851e
parent6d54483c6f86f42405cf6db9d8fdb19e9397267b (diff)
downloaddotwm-82d39a36202a4e46d216ac46fcc4d80ad9c45227.tar.gz
Add TODO
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..52d65d1
--- /dev/null
+++ b/TODO
@@ -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.