aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: 0fcd53d27939191625a03dd4ec589d015e945f0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
* 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 another IPC ?
* Implement Fullscreen properly.
* Implement a nice focus with the keys.
* Implement close window.
* Add mouse support
    + Move windows
    + resize windows
* Implement move a window to other workspace
* We need something to read configuration. It could be something like
  the herbstclient --idle or some file that is written. will think
  about it