modified: docs/desktop-environments/kde.md renamed: docs/desktop-environments/xfc4.md -> docs/desktop-environments/xfce4.md new file: docs/display-managers/gdm.md new file: docs/display-managers/sddm.md new file: docs/display-protocols/wayland.md new file: docs/display-protocols/x11.md new file: docs/window-managers/hyprland.md new file: docs/window-managers/kwin.md
20 lines
947 B
Markdown
20 lines
947 B
Markdown
# Hyprland
|
|
|
|
Hyprland is a dynamic tiling window manager and Wayland compositor designed for advanced Linux users who value performance, customization, and modern graphics.
|
|
|
|
🧩 Core Concepts of X11
|
|
|
|
- **Wayland-native:** Built from the ground up for Wayland, not X11.
|
|
- **Dynamic Tiling:** Automatically arranges windows in a tiling layout, with support for floating and manual tiling.
|
|
- **Animations & Effects:** Offers smooth, GPU-accelerated animations and transitions using modern rendering techniques.
|
|
- **Extensive Configuration:** Highly customizable via a single config file (~/.config/hypr/hyprland.conf), with support for keybindings, layouts, rules, and more.
|
|
- **Hyprctl:** A command-line tool for querying and controlling the compositor in real time.
|
|
- **Plugin Support:** Modular design allows for community-driven extensions and features.
|
|
|
|
**Install:**
|
|
|
|
``` bash
|
|
sudo dnf copr enable phracek/Hyprland
|
|
sudo dnf install Hyprland
|
|
```
|