Releases: hyprland-community/pyprland
Releases · hyprland-community/pyprland
2.2.13
- Monitor transformation (rotation) is now supported (in scratchpads and monitors)
- scratchpads
allow_special_workspaces
is now disabled by default (can lead to unexpected behavior under stress)- re-introduce focus tracking, can be disabled with
smart_focus=false
(was removed in 2.2.11) multi
window support- fixes
Quick fix
2.2.11
- New command:
dumpjson
to dump the JSON representation of the current configuration. Useful to debug when usinginclude
in the configuration. - scratchpads gets a new command -
attach
- which anchors a client window to last used scratchpad. - Fine tune some values & misc fixes
2.2.10
2.2.9
- Improves configuration parsing error messages
- Unbreak the
include
configuration item - Fix pypr freeze when using
reload
with system_notifier enabled - magnify get animation support via the
duration
option (enabled by default, set to0
for the former behavior) - scratchpads can be used on special workspaces now (only when using Hyprland >= 0.39.0 - can be overridden with the
allow_special_workspaces
option)
2.2.8
2.2.7
2.2.6
- scratchpads and workspaces_follow_focus
- fix usage with named workspaces
- wallpapers
- refresh wallpapers when a monitor is added
- added a small plugin for gbar users
- general stability & named workspaces support fixes
2.2.5
- scratchpads
- refactor/stabilize the
preserve_aspect
andhysteresis
handling - initial animation of
lazy
windows fully fixed - allow to match any client property using
match_by
(deprecatesclass_match
)- can optionally use a regular expression if the value is a string and starts with "re:"
- refactor/stabilize the
- wallpapers
- new
unique
option to prevent the same wallpaper from being used on multiple desktops - reworked the
command
option to allow for more flexibility, you will have to append\"[file]\"
to your existing value
- new
2.2.4
- add an edit command
- you can now include other config files
- scratchpads
- offset and margin can be percentage strings (eg:
"100%"
) - add an alt_toggle mode changing the behavior on multi-screen setups
- allows setting the hide_delay to match your hide animation duration
- offset and margin can be percentage strings (eg:
- many fixes for recent code changes & regressions