mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-22 13:35:57 +01:00
make the readme not as shit
This commit is contained in:
parent
8c62013ed1
commit
76dca3d32c
1 changed files with 29 additions and 2 deletions
29
README.md
29
README.md
|
@ -1,4 +1,31 @@
|
|||
# Hypr
|
||||
Hypr is a tiling window manager written in modern OOP C++
|
||||
|
||||
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.)
|
||||
<br/><br/>
|
||||
|
||||
# Features
|
||||
- Keybinds
|
||||
- Tiling windows
|
||||
|
||||
## Roadmap (not in order)
|
||||
- [ ] Multi-monitor support
|
||||
- [ ] Status bar
|
||||
- [ ] Floating windows support
|
||||
- [ ] Config system
|
||||
- [ ] Workspaces
|
||||
- [ ] Moving windows / user input (e.g. fullscreening)
|
||||
- [ ] True lerp animations
|
||||
|
||||
<br/><br/>
|
||||
|
||||
# Contributions
|
||||
Welcome. I actually read PRs.
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
<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