# 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 ```