A read-only mirror of https://github.com/hyprwm/Hypr
Go to file
vaxerski a67cbeac94 support net client list stacking 2021-12-21 09:48:41 +01:00
.github update codeql 2021-12-02 22:45:59 +01:00
example Added simple window rules 2021-12-20 20:50:35 +01:00
src support net client list stacking 2021-12-21 09:48:41 +01:00
.gitignore added a makefile and edited the codeql 2021-11-26 21:14:25 +01:00
CMakeLists.txt optimize out refreshing and stuff 2021-12-18 15:01:20 +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
Makefile update typo in makefile 2021-11-26 21:23:15 +01:00
README.md update readme 2021-12-19 00:50:49 +01:00

README.md

Hypr

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

Hypr needs testers! Check it out and report suggestions or bugs!

Key Features

  • True parabolic animations
  • Rounded corners and borders
  • Config reloaded instantly upon saving
  • A built-in status bar with modules
  • Easily expandable and readable codebase
  • Multiple tiling modes (dwindling and master)
  • Keybinds config
  • Tiling windows
  • Floating windows
  • Workspaces
  • Moving / Fullscreening windows

Configuring

See the Wiki Page for a detailed overview on the config, or refer to the example config in examples/hypr.conf.

To use a custom config, place it in ~/.config/hypr/hypr.conf

Screenshot Gallery

One Two Three

Building

See the Wiki to see build instructions.

Known issues

  • Picom's shadow and effects do not update for cheap animations while animating
  • Non-cheap animations are choppy (duh!)
  • The config is still pretty simple, although riceable!
  • Popups sometimes are created pretty small

Contributions

Refer to CONTRIBUTING.md and the Wiki for contributing instructions and guidelines.