Metadata-Version: 2.1
Name: pyprland
Version: 1.6.9
Summary: Hyperland plugin system - batteries included
Home-page: https://github.com/hyprland-community/pyprland/
License: MIT
Author: fdev31
Author-email: fdev31@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

# Pyprland

![pyprland7_logo_cropped](https://github.com/hyprland-community/pyprland/assets/238622/db1315de-7f60-4ff9-8b08-79eae341c8e8)

## Tweaks & extensions for Hyprland

Host process for multiple Hyprland plugins, such as:

- scratchpads (aka "dropdowns")
- multi-monitor friendly behavior (placement, focus, ...)
- shortcut / togglers for hyprctl commands
- miscelaneous obscure commands for specific usages
- temporary workarounds
- anything you can imagine using [Hyprland API](https://wiki.hyprland.org/Configuring/Dispatchers/) and [events](https://wiki.hyprland.org/Plugins/Development/Event-list/)!

### → Read the [Getting started](https://github.com/hyprland-community/pyprland/wiki/Getting-started) page

### → Open the [plugin list](https://github.com/hyprland-community/pyprland/wiki/Plugins) for more details

### → Check the [Relases](https://github.com/hyprland-community/pyprland/releases) for a change log

### → finally browse the other [wiki](https://github.com/hyprland-community/pyprland/wiki) pages

## Dependencies

- Hyprland >= 0.25
- Python >= 3.11

