mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-22 13:35:57 +01:00
update readme with news
This commit is contained in:
parent
1074d411eb
commit
ca6a375e62
1 changed files with 6 additions and 7 deletions
13
README.md
13
README.md
|
@ -3,7 +3,7 @@
|
||||||
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.)
|
(Readme is more-or-less wip, I know it's ugly.)
|
||||||
<br/><br/>
|
<br/>
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
- Keybinds
|
- Keybinds
|
||||||
|
@ -13,21 +13,20 @@ Hypr is a Linux tiling window manager for Xorg. It's written in XCB with modern
|
||||||
- Moving / Fullscreening windows
|
- Moving / Fullscreening windows
|
||||||
|
|
||||||
## Roadmap (not in order)
|
## Roadmap (not in order)
|
||||||
- [ ] Multi-monitor support
|
- [x] Multi-monitor support
|
||||||
- [x] Status bar ~ UNFINISHED, someone help please
|
- [x] Status bar ~ Needs expanding
|
||||||
- [ ] Floating windows support
|
- [ ] Floating windows support (Very basic for now)
|
||||||
- [x] Config system ~ Basic done
|
- [x] Config system ~ Basic done
|
||||||
- [x] Workspaces
|
- [x] Workspaces
|
||||||
- [x] Moving windows / user input (e.g. fullscreening) ~ More to be done probably
|
- [x] Moving windows / user input (e.g. fullscreening) ~ More to be done probably
|
||||||
- [ ] True lerp animations
|
- [ ] True lerp animations
|
||||||
|
- [ ] Rewriting the window system to be a tree
|
||||||
|
|
||||||
<br/><br/>
|
<br/>
|
||||||
|
|
||||||
# Contributions
|
# Contributions
|
||||||
Welcome. I actually read PRs.
|
Welcome. I actually read PRs.
|
||||||
|
|
||||||
<br/>
|
|
||||||
<br/>
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
I will make this readme better in the future cant be arsed to do it rn
|
I will make this readme better in the future cant be arsed to do it rn
|
||||||
|
|
Loading…
Reference in a new issue