bspwm/TODO.md

9 lines
670 B
Markdown
Raw Normal View History

2013-02-12 17:18:01 +01:00
- Rewrite `find_neighbor` based on the distances between the windows sides (more intuitive).
2013-02-02 11:43:34 +01:00
- Rewrite `focus_follows_pointer` by using a root sized input only window mapped and unmapped via enter notify events.
2013-02-19 14:26:00 +01:00
- Use macros in `messages.c`.
2013-02-02 11:43:34 +01:00
- New setting: `windows_per_desktop` that would automatically send the oldest window of the current desktop to the first found desktop having a number of windows inferior to the limit and create a new desktop if there is none when the number of windows in the current desktop reaches the limit.
2013-01-08 11:07:43 +01:00
- Grow/shrink through swap.
2013-01-08 21:39:23 +01:00
- Command line completion for *bspc*.
- Better handling of the floating window concept.
2013-01-07 20:55:49 +01:00
- Focus history.