Releases: hyprland-community/pyprland
Releases · hyprland-community/pyprland
Feature improvement
shortcuts_menu
may work on unsupported engine
(menu application)
Nested shortcuts menus
- New plugin
shortcuts_menu
allows making complex menus with rofi, dmenu & similar apps - Review some aspects of the
reload
command - simpler to handle - should be more stable
Developers:
- introducing
on_reload
to easily manage your changes after the config has been (re)loaded
Bugfix release
monitors
: Fix a fatal issue on some monitor setups
Bugfix release
monitors
: fix some issue with name resolution
Bugfix release
Hotfix for 1.8.4 (regression in monitor
)
Bugfix release
monitors
- introduce the relayout command (wasn't documented, has been rewritten)
- add option to force a full relayout each time a monitor is added (vs minimal change by default)
- add option to avoid relayout on startup or configuration change
Bugfix release
layout_center
: fix contextual menus usage in some apps
Bugfix release
layout_center
: fix some case when closing the main window
Syntax improvement
layout_center
: allows setting offset as an array of integers
1.8.0
New plugin:
- layout_center plugin, allows toggling this layout and provides focus handling functions
Breaking changes:
toggle_minimized
is renamed to toggle_special and has its own plugin of the same namescratchpads
requires Hyprland >= 0.30
Developers:
- main IPC functions are now provided by the plugin object
- logging in those IPC functions use the plugin's logger for better tracing
- added some color to logging
Fixes:
expose
ignores hidden windows and focused workspace windowsreload
will not partially break new plugins anymorescratchpads
will raise the window to top on show