mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-07 16:35:59 +01:00
Updated README with bling and a new roadmap
This commit is contained in:
parent
a92ec9a44e
commit
9da94f2601
1 changed files with 14 additions and 22 deletions
36
README.md
36
README.md
|
@ -1,40 +1,32 @@
|
|||
# Hypr
|
||||
|
||||
! WARNING: Hypr is still in early development, expect bugs! Make sure to open an issue if you encounter one though! =)
|
||||
![Hypr](https://i.imgur.com/LtC153m.png)
|
||||
|
||||
Hypr is a Linux tiling window manager for Xorg. It's written in XCB with modern C++ and aims to provide easily readable and expandable code.
|
||||
|
||||
(Readme is more-or-less wip, I know it's ugly.)
|
||||
!WARNING: Hypr is still in early development. Please report all bugs in Github issues, or open a PR!
|
||||
<br/>
|
||||
|
||||
# Features
|
||||
- True parabolic animations
|
||||
- Config reloaded instantly upon saving
|
||||
- A built-in status bar
|
||||
- Keybinds
|
||||
- Tiling windows
|
||||
- Floating windows
|
||||
- Workspaces
|
||||
- Config reloaded instantly upon saving
|
||||
- Moving / Fullscreening windows
|
||||
|
||||
## Roadmap (not in order)
|
||||
- [x] Multi-monitor support
|
||||
- [x] Status bar ~ Needs expanding
|
||||
- [x] Floating windows support
|
||||
- [x] Config system
|
||||
- [x] Workspaces
|
||||
- [x] Moving windows / user input (e.g. fullscreening) ~ More to be done probably
|
||||
- [x] True lerp animations ~ BETA
|
||||
- [x] Rewriting the window system to be a tree
|
||||
|
||||
Roadmap complete! Wait for a redone readme and a new one! 🎉
|
||||
## Roadmap v2 (not in order)
|
||||
- [ ] Upgrade the status bar rendering to Cairo
|
||||
- [ ] Better status bar configability
|
||||
- [ ] Rounded corners
|
||||
- [ ] Fix ghost windows once and for all
|
||||
- [ ] Moving windows between workspaces without floating
|
||||
- [ ] EWMH
|
||||
- [ ] Docks / Fullscreen Apps etc. auto-detection
|
||||
- [ ] Fix animation flicker (if possible)
|
||||
- [ ] Config expansion (rules, default workspaces, etc.)
|
||||
|
||||
<br/>
|
||||
|
||||
# Contributions
|
||||
Welcome. I actually read PRs.
|
||||
|
||||
<br/>
|
||||
|
||||
I will make this readme better in the future cant be arsed to do it rn
|
||||
<br/> also graphics wip
|
||||
Welcome. I actually read PRs. Please see CONTRIBUTING.md
|
||||
|
|
Loading…
Reference in a new issue