Simple Hyprland plugin framework [maintainer=@fdev31]
Find a file
2023-07-30 19:12:21 +02:00
.github/workflows Create pylint.yml 2023-07-29 16:37:15 +02:00
pyprland more linting 2023-07-30 19:12:21 +02:00
.pre-commit-config.yaml update pre-commit hooks 2023-07-12 19:59:09 +02:00
.pylintrc add pylintrc 2023-07-30 13:26:53 +02:00
pyproject.toml Version 1.3.1 2023-05-05 17:43:05 +02:00
README.md add links in recent changelog 2023-07-30 13:30:10 +02:00

Pyprland

Scratchpads, smart monitor placement and other tweaks for hyprland

Host process for multiple Hyprland plugins.

Check the wiki for more information.

Changelog

  • Add expose addon
  • scratchpad: add lazy option
  • fix scratchpads's position on monitors using scaling
  • improve error handling & logging, enable debug logs with --debug <filename>

1.3.1

  • monitors triggers rules on startup (not only when a monitor is plugged)

1.3.0

  • Add shift_monitors addon
  • Add monitors addon
  • scratchpads: more reliable client tracking
  • bugfixes

1.2.1

  • scratchpads have their own special workspaces now
  • misc improvements

1.2.0

  • Add magnify addon
  • focus fix when closing a scratchpad
  • misc improvements

1.1.0

  • Add lost_windows addon
  • Add toggle_dpms addon
  • workspaces_follow_focus now requires hyprland 0.25.0
  • misc improvements

1.0.1, 1.0.2

  • bugfixes & improvements

1.0

  • First release, a modular hpr-scratcher (scratchpads plugin)
  • Add workspaces_follow_focus addon