Skip to content

Releases: hyprland-community/pyprland

Feature improvement

08 Feb 22:37
Compare
Choose a tag to compare

shortcuts_menu may work on unsupported engine (menu application)

Nested shortcuts menus

08 Feb 21:47
Compare
Choose a tag to compare
  • 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

05 Feb 17:41
Compare
Choose a tag to compare

monitors: Fix a fatal issue on some monitor setups

Bugfix release

04 Feb 19:57
Compare
Choose a tag to compare

monitors: fix some issue with name resolution

Bugfix release

04 Feb 19:06
Compare
Choose a tag to compare

Hotfix for 1.8.4 (regression in monitor)

Bugfix release

04 Feb 17:04
Compare
Choose a tag to compare

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

02 Feb 16:51
Compare
Choose a tag to compare

layout_center: fix contextual menus usage in some apps

Bugfix release

01 Feb 22:52
Compare
Choose a tag to compare

layout_center: fix some case when closing the main window

Syntax improvement

01 Feb 21:39
Compare
Choose a tag to compare

layout_center: allows setting offset as an array of integers

1.8.0

01 Feb 18:33
Compare
Choose a tag to compare

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 name
  • scratchpads 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 windows
  • reload will not partially break new plugins anymore
  • scratchpads will raise the window to top on show