aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: 1be5dc255b8e933efe2fa3371b8b8834a11a985a (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 interface with 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