2023-04-11 00:06:37 +02:00
|
|
|
# Hyprland
|
|
|
|
|
|
|
|
[Hyprland][hyprland] is a new tiling Wayland compositor written in C++.
|
|
|
|
|
|
|
|
## Use Cases
|
|
|
|
|
|
|
|
Hyprland can be used to:
|
|
|
|
|
|
|
|
- Take advantage of Wayland, without having to resort to the i3-like Sway
|
|
|
|
- Use a Wayland compositor that opens windows in a similar vein to bspwm
|
|
|
|
- Have dynamic workspaces out of the box, with no configuration necessary.
|
2023-04-24 04:11:44 +02:00
|
|
|
- Have instantaneous partial scaling support and monitors with different refresh rates
|
|
|
|
- Have live multi-monitor support without having to deal with xrandr/arandr.
|
|
|
|
- Have gestures without having to worry about bugs in `libinput-gestures`
|
|
|
|
- Drag and drop windows across monitors and switch focus between them, unlike bspwm
|
2023-04-11 00:06:37 +02:00
|
|
|
|
|
|
|
You should not use hyprland if:
|
|
|
|
|
|
|
|
- You should use hyprland.
|
|
|
|
|
|
|
|
[hyprland]: https://github.com/hyprwm/Hyprland
|