blob: e15c3bcb1fb49d3f25214c1980406a85db138574 (
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
|
* Clamp window size to monitor
* Send xmoveresizewindow event
* Inherit monitor from parent if window is transient
* Floating window support
* Deal with size hints and window type
* Deal with configurerequest better
* Tag filtering
* More tiling options
* Mouse support
* 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?
|