Files
playbook/antigravity-awesome-skills/skills/fedora-hyprland-installer/references/hyprland.md
T
2026-07-29 07:59:17 +00:00

23 lines
674 B
Markdown

# Hyprland Compositor & Configuration
## Overview
Hyprland is a dynamic tiling Wayland compositor that does not sacrifice appearance.
## Key Config Locations
- Main configuration: `~/.config/hypr/hyprland.conf`
- Additional split configs: `~/.config/hypr/monitors.conf`, `~/.config/hypr/keybinds.conf`
## Common Keybindings (Default Base)
- `SUPER + RETURN`: Open terminal
- `SUPER + SPACE`: Application launcher (`wofi` / `rofi`)
- `SUPER + Q`: Close focused window
- `SUPER + M`: Exit Hyprland session
- `SUPER + R`: Reload Hyprland config
## Monitor Syntax
```text
monitor=name,resolution@hz,position,scale
# Example auto monitor setup:
monitor=,preferred,auto,1
```