This commit is contained in:
anakha 2021-07-08 17:46:29 -04:00
parent 6ac4d9ee15
commit dec9a4f7ac
2 changed files with 7 additions and 2 deletions

View File

@ -35,14 +35,16 @@ We now have tabs for tiled clients :)
### Next? ### Next?
- [ ] Better keybindings (possibly emacs style) - [ ] Better keybindings (possibly emacs style, or vim style): an xcape key can be used to to initiate awm layer and enter can exit from it.
- [X] Clickable tabs - [X] Clickable tabs
- [ ] Add align to left or right for floating windows: this will allow the user to see either side of the layout
- [X] Override cyclefocus for tabbed regions or bind alt-tab? - [X] Override cyclefocus for tabbed regions or bind alt-tab?
- [ ] Merge Backham and Mouser (focus should stay client under mouse - sometimes?) - [ ] Merge Backham and Mouser (focus should stay client under mouse - sometimes?)
- [ ] Update tabs on tag change - [ ] Update tabs on tag change
- [ ] Add binding for relocating the entire region - [ ] Add binding for relocating the entire region
- [ ] Deck spread (send focused client to a direction without moving focus) - [ ] Deck spread (send focused client to a direction without moving focus)
- [ ] Visual teleport (overlay with region numbers to choose from) - [ ] Client pull (pull a client from a direction onto the current deck)
- [ ] Visual teleport (overlay with region numbers to choose from, possibly on all monitors, kind of like vimium)
- [x] Avoid machi's auto expansion on config reload - [x] Avoid machi's auto expansion on config reload
- [x] Show tabs everywhere - [x] Show tabs everywhere
- [x] Dual monitor support - [x] Dual monitor support

View File

@ -1230,6 +1230,9 @@ return module
--[[ ------------------------------------------------- NOTES ] --[[ ------------------------------------------------- NOTES ]
[99] order of signals, manage_signal executes the last,
not the first.
[0] todo: rewrite the whole thing, but plan ahead this [0] todo: rewrite the whole thing, but plan ahead this
time. time.