From 76dca3d32c3b585bd6371af86039ede41d4489c3 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Fri, 19 Nov 2021 20:46:00 +0100 Subject: [PATCH] make the readme not as shit --- README.md | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54650d5..af03da5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,31 @@ # Hypr -Hypr is a tiling window manager written in modern OOP C++ -I will make this readme better in the future cant be arsed to do it rn \ No newline at end of file +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.) +

+ +# 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 + +

+ +# Contributions +Welcome. I actually read PRs. + +
+
+
+ +I will make this readme better in the future cant be arsed to do it rn +
also graphics wip \ No newline at end of file