Releases: hyprland-community/pyprland
Releases · hyprland-community/pyprland
Version 2.0.6
- fix layout_center when using monitor scale != 1
- improve
command
handling with no output in shortcuts_menu - scratchpads
- improve sliding
offset
auto-computation, should look better - add
monitor
specific configuration (overrides base scratch configuration for a specific monitor)
- improve sliding
Version 2.0.5
shortcuts_menu
ignores empty lines in commands resultscratchpads
also honorsposition
when an animation is used
Version 2.0.4
- retry when the ipc connection is reset (can fix some startup issues)
- the strings "no", "off" and "false" will be considered
False
when expecting a boolean in the config
Version 2.0.3
monitors
:force_relayout
is now enabled by default- added
new_monitor_delay
option for themonitors
plugin - fixed
scratchpads
visibility when a monitor is removed - added focus tracking to
scratchpads
to restore focus when hiding a scratchpad, to disable setrestore_focus=False
Let it snow
shortcuts_menu
:command
output can be altered now (seefilter
)- flake has been updated
- experimental
get-pypr
script
Quality of life improvement
scratchpads
using hide on unfocus will have some hysteresis
by default:
- 0.4 seconds
- configure it to your liking
- set to
0
for the former behavior (immediately hides when losing focus)
The default value may change if complains are received.
Road to maturity
- removal of remaining synchronous operations (required adding a new dependency: aiofiles)
- new configuration for shortcuts_menu
- can use "[prompt]" in the arguments, showing a context as the prompt
- skips single menu entries by default (can be disabled:
skip_single
) - when using a list/chain of variables before running a command, you can now use variables defined in previous steps (not only in the final command)
Menus improvements
- add option to have icons/text before & after menu labels depending on their type
- fixed reload of menu engine
Hotfix release
Quickly re-release of 1.10.0 with a format change in the shortcuts_menu
new features
1.10.0
- new plugin fetch_client_menu using a menu to bring any window to your active workspace
- extended shortcuts_menu to support dynamic menus
- fixes
- optimizations
Developers:
- New
tox -e doc
target to show docs in the webbrowser - Improved the documentation
- added some shared states
- introduced a convenient mixin to use menus