Hypr/README.md

86 lines
3.3 KiB
Markdown
Raw Permalink Normal View History

2022-04-01 21:24:12 +02:00
<p align="center">
<img src="https://i.imgur.com/LtC153m.png" />
<img src="https://github.com/vaxerski/Hypr/actions/workflows/c-cpp.yml/badge.svg" />
2022-04-07 21:25:39 +02:00
<a href="https://discord.gg/hQ9XvMUjjr"><img src="https://img.shields.io/badge/Join%20the-Discord%20server-6666ff" /></a>
2022-04-01 21:24:12 +02:00
<img src="https://img.shields.io/github/issues/vaxerski/Hypr" />
<img src="https://img.shields.io/github/issues-pr/vaxerski/Hypr" />
<img src="https://img.shields.io/github/languages/top/vaxerski/Hypr" />
<img src="https://img.shields.io/github/license/vaxerski/Hypr" />
<img src="https://img.shields.io/tokei/lines/github/vaxerski/Hypr" />
<img src="https://img.shields.io/badge/Standard-C%2B%2B20-success" />
<img src="https://img.shields.io/badge/Hi-mom!-ff69b4" />
</p>
2021-11-24 20:13:40 +01:00
<br/><br/>
2022-03-09 12:20:39 +01:00
Hypr is a dynamic Linux tiling window manager for Xorg. It's written in XCB with modern C++ and aims to provide easily readable and expandable code.
2022-05-16 17:44:52 +02:00
<br/><br/>
2021-11-19 20:46:00 +01:00
2022-05-16 17:44:52 +02:00
For Hypr with `land`, see [Hyprland](https://github.com/vaxerski/Hyprland), the Wayland Compositor.
2022-05-16 17:44:52 +02:00
<br/>
Hypr is _only_ a window manager. It is not a compositor and does not implement a compositor's functionality. You can run it without one (e.g. Picom) though, since it runs on Xorg, which doesn't require a compositor.
2021-11-21 21:19:54 +01:00
<br/>
2021-11-19 20:46:00 +01:00
2021-11-28 14:14:12 +01:00
# Key Features
- True parabolic animations
2021-12-04 16:01:29 +01:00
- Rounded corners and borders
- Config reloaded instantly upon saving
2021-11-28 14:14:12 +01:00
- A built-in status bar with modules
2021-12-04 16:01:29 +01:00
- Easily expandable and readable codebase
2022-03-22 22:35:04 +01:00
- Pseudotiling
2021-12-04 23:17:56 +01:00
- Multiple tiling modes (dwindling and master)
2021-12-21 12:26:34 +01:00
- Window rules
- Intelligent transients
- Support for EWMH-compatible bars (e.g. Polybar)
2021-11-28 14:14:12 +01:00
- Keybinds config
2021-11-19 20:46:00 +01:00
- Tiling windows
- Floating windows
2021-11-21 14:34:26 +01:00
- Workspaces
- Moving / Fullscreening windows
2021-12-21 12:26:34 +01:00
- Mostly EWMH and ICCCM compliant
2021-11-19 20:46:00 +01:00
# Installation
I do not maintain any packages, but some kind people have made them for me. If I missed any, please let me know.
2022-04-03 22:17:01 +02:00
IMPORTANT: Hypr **requires** xmodmap to correctly apply keybinds. Make sure you have it installed.
2022-03-11 21:14:01 +01:00
For stable releases, use the Releases tab here on github, and follow the instructions to install it in the [Wiki](https://github.com/vaxerski/Hypr/wiki/Building)
2022-03-12 11:18:17 +01:00
*Arch (AUR)*
```
2022-01-08 00:51:01 +01:00
yay -S hypr-git
```
2022-03-28 23:14:52 +02:00
*Void Linux*
2022-03-28 23:15:23 +02:00
2022-03-28 23:14:52 +02:00
[https://github.com/Flammable-Duck/hypr-template](https://github.com/Flammable-Duck/hypr-template)
## Manual building
2022-01-23 22:39:49 +01:00
If your distro doesn't have Hypr in its repositories, or you want to modify hypr,
see the [Wiki](https://github.com/vaxerski/Hypr/wiki/Building) to see build and installation instructions.
# Configuring
See the [Wiki Page](https://github.com/vaxerski/Hypr/wiki/Configuring-Hypr) for a detailed overview on the config, or refer to the example config in examples/hypr.conf.
2021-12-21 12:26:34 +01:00
You have to use a config, place it in ~/.config/hypr/hypr.conf
2021-11-27 19:41:16 +01:00
# Screenshot Gallery
2022-03-09 12:20:39 +01:00
![One](https://i.imgur.com/ygked0M.png)
![Two](https://i.imgur.com/HLukmeA.png)
![Three](https://i.imgur.com/B0MDTu2.png)
2021-11-27 19:41:16 +01:00
2021-12-04 16:01:29 +01:00
# Known issues
2021-12-06 19:51:31 +01:00
- Picom's shadow and effects do not update for cheap animations while animating
2021-12-26 21:08:28 +01:00
- Non-cheap animations are choppy (duh!)
2021-12-04 16:01:29 +01:00
2021-11-19 20:46:00 +01:00
# Contributions
Refer to [CONTRIBUTING.md](https://github.com/vaxerski/Hypr/blob/main/CONTRIBUTING.md) and the [Wiki](https://github.com/vaxerski/Hypr/wiki/Contributing-&-Debugging) for contributing instructions and guidelines.
2022-01-02 23:19:47 +01:00
# Stars over time
[![Stars over time](https://starchart.cc/vaxerski/Hypr.svg)](https://starchart.cc/vaxerski/Hypr)