A read-only mirror of https://github.com/hyprwm/Hypr
Go to file
vaxerski 036162d1c1
center readme
2021-11-24 20:14:52 +01:00
.github/ISSUE_TEMPLATE updated issue templates 2021-11-23 22:29:51 +01:00
example added a status command 2021-11-24 19:17:13 +01:00
src fixed a fatal error with default floating windows 2021-11-24 19:33:32 +01:00
.gitignore initial commit, very simple and buggy prolly :) 2021-11-18 18:04:09 +01:00
CMakeLists.txt many fixes for multi monitor, added also the new window tree system 🎉 2021-11-22 18:43:55 +01:00
CONTRIBUTING.md created contributing guidelines 2021-11-23 22:33:41 +01:00
LICENSE added a license 2021-11-23 14:26:04 +01:00
README.md center readme 2021-11-24 20:14:52 +01:00

README.md

Hypr

          Issues PRs Lang License Best HiMom

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.

!WARNING: Hypr is still in early development. Please report all bugs in Github issues, or open a PR!

Features

  • True parabolic animations
  • Config reloaded instantly upon saving
  • A built-in status bar
  • Keybinds
  • Tiling windows
  • Floating windows
  • Workspaces
  • Moving / Fullscreening windows

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.)

Contributions

Welcome. I actually read PRs. Please see CONTRIBUTING.md