mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-02 14:55:57 +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
|
![Hypr](https://i.imgur.com/LtC153m.png)
|
||||||
|
|
||||||
! WARNING: Hypr is still in early development, expect bugs! Make sure to open an issue if you encounter one though! =)
|
|
||||||
|
|
||||||
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.
|
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/>
|
<br/>
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
- True parabolic animations
|
- True parabolic animations
|
||||||
|
- Config reloaded instantly upon saving
|
||||||
- A built-in status bar
|
- A built-in status bar
|
||||||
- Keybinds
|
- Keybinds
|
||||||
- Tiling windows
|
- Tiling windows
|
||||||
- Floating windows
|
- Floating windows
|
||||||
- Workspaces
|
- Workspaces
|
||||||
- Config reloaded instantly upon saving
|
|
||||||
- Moving / Fullscreening windows
|
- Moving / Fullscreening windows
|
||||||
|
|
||||||
## Roadmap (not in order)
|
## Roadmap v2 (not in order)
|
||||||
- [x] Multi-monitor support
|
- [ ] Upgrade the status bar rendering to Cairo
|
||||||
- [x] Status bar ~ Needs expanding
|
- [ ] Better status bar configability
|
||||||
- [x] Floating windows support
|
- [ ] Rounded corners
|
||||||
- [x] Config system
|
- [ ] Fix ghost windows once and for all
|
||||||
- [x] Workspaces
|
- [ ] Moving windows between workspaces without floating
|
||||||
- [x] Moving windows / user input (e.g. fullscreening) ~ More to be done probably
|
- [ ] EWMH
|
||||||
- [x] True lerp animations ~ BETA
|
- [ ] Docks / Fullscreen Apps etc. auto-detection
|
||||||
- [x] Rewriting the window system to be a tree
|
- [ ] Fix animation flicker (if possible)
|
||||||
|
- [ ] Config expansion (rules, default workspaces, etc.)
|
||||||
Roadmap complete! Wait for a redone readme and a new one! 🎉
|
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
# Contributions
|
# Contributions
|
||||||
Welcome. I actually read PRs.
|
Welcome. I actually read PRs. Please see CONTRIBUTING.md
|
||||||
|
|
||||||
<br/>
|
|
||||||
|
|
||||||
I will make this readme better in the future cant be arsed to do it rn
|
|
||||||
<br/> also graphics wip
|
|
||||||
|
|
Loading…
Reference in a new issue