2024-01-27 19:49:29 +03:00
|
|
|
# Roadmap
|
|
|
|
The goal is to have a tiling manager that I am comfortable daily-driving by summer of 2024.
|
|
|
|
|
|
|
|
# 0.1.0
|
|
|
|
**Proof of Concept (Due: February 14th)**
|
|
|
|
|
|
|
|
Features:
|
|
|
|
- [x] Layout of new windows
|
|
|
|
- [x] Delete window
|
|
|
|
- [x] Resizing windows
|
|
|
|
- [x] Changing selected window with keyboard
|
|
|
|
- [x] Moving window with keyboard shortcuts
|
|
|
|
- [x] Gaps in windows
|
|
|
|
- [x] Account for minimum sizes on windows (e.g. gedit)
|
|
|
|
- [x] Disabling many of the Floating Window Manager features
|
|
|
|
- [x] Handle exclusion zones
|
|
|
|
- [x] Handle output creation
|
|
|
|
- [x] Handle output updating
|
|
|
|
- [x] Handle output deletion
|
|
|
|
- [x] Handle fullscreen
|
|
|
|
- [x] Application Quit Behavior
|
2024-02-01 22:08:38 +03:00
|
|
|
- [x] Fullscreen application support
|
2024-01-27 19:49:29 +03:00
|
|
|
|
|
|
|
# 0.2.0
|
2024-02-02 16:29:30 +03:00
|
|
|
**Stabilization + Usability (Due: March 15th)**
|
2024-01-27 19:49:29 +03:00
|
|
|
|
|
|
|
Features:
|
|
|
|
- [ ] Fix major bugs
|
|
|
|
- [ ] Configuration File
|
2024-01-31 00:25:26 +03:00
|
|
|
- [x] Gap size
|
|
|
|
- [x] Action key
|
|
|
|
- [x] Keybindings
|
2024-02-01 22:08:38 +03:00
|
|
|
- [ ] Hot reloading
|
2024-02-02 16:29:30 +03:00
|
|
|
- [x] Startup apps
|
|
|
|
- [ ] Display configuration
|
2024-01-27 19:49:29 +03:00
|
|
|
- [ ] Workspaces
|
|
|
|
- [ ] Moving windows between workspaces
|
|
|
|
- [ ] Stacking windows
|
|
|
|
- [ ] Highlight border around selected window
|