mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-02 14:55:57 +01:00
2.4 KiB
2.4 KiB
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)
- Window rules
- Intelligent transients
- Support for EWMH-compatible bars (e.g. Polybar)
- Keybinds config
- Tiling windows
- Floating windows
- Workspaces
- Moving / Fullscreening windows
- Mostly EWMH and ICCCM compliant
Installation
I do not maintain any packages, but some kind people have made them for me. If I missed any, please let me know.
Arch (AUR)
yay -S hypr-git
Manual building
If your distro doesn't have Hypr in its' repositories, or you want to modify hypr,
see the Wiki to see build and installation instructions.
Configuring
See the Wiki Page for a detailed overview on the config, or refer to the example config in examples/hypr.conf.
You have to use a config, place it in ~/.config/hypr/hypr.conf
Screenshot Gallery
Known issues
- Picom's shadow and effects do not update for cheap animations while animating
- Non-cheap animations are choppy (duh!)
- Popups sometimes are created a bit off
Contributions
Refer to CONTRIBUTING.md and the Wiki for contributing instructions and guidelines.