pyprland
Installation
SKILL.md
Pyprland
Desktop environment extensions that enhance Hyprland/Niri with scratchpads, expose effect, wallpaper management, and more. Simple TOML configuration, high customization, fast and easy.
Quick Start
# ~/.config/hypr/pyprland.toml
[pyprland]
plugins = ["scratchpads", "expose", "wallpapers"]
# Define a dropdown terminal scratchpad
[scratchpads.term]
animation = "fromTop"
command = "kitty --class kitty-dropterm"
class = "kitty-dropterm"
size = "75% 60%"
margin = 50
Related skills