blob: 65135b94c09bda3a6905952a748d40b742bcdad8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
* Deal with configurerequest better
* Tag filtering
* More tiling options
* Mouse support
* Support resizing
* Fix focus changing bug
seems to be to do with mouse grabbing?
https://tronche.com/gui/x/xlib/events/window-entry-exit/
https://tronche.com/gui/x/xlib/events/window-entry-exit/grab-ungrab.html
alternatively: race condition w/ timing of events (check seq numbers)
* Port over rest of keybinds
* Port over rest of my own preferred patches
** Autostart support
** Cursor warping
** Smart borders
** Bottom stack
* Don't use Vecs?
* Figure out better configuration method?
* Look at refactoring out kind of scuffed client access patterns
* Read rest of EWMH spec and see what is missing
|