Releases: hyprland-community/pyprland
Releases · hyprland-community/pyprland
2.3.2
- wallpapers stops changing the wallpaper if previously cleared
- monitors
- offset trimming can be disabled
- allow setting the
resolution
, rate
, scale
and transform
of each monitor
2.3.1
- limit chances of
AF_UNIX path too long
errors
(when XDG_RUNTIME_DIR
is a bit lengthy)
- scratchpads: fix for short client window addresses
- magnify: fix 2.3.0 regression (was not animated anymore)
2.3.0
- monitors
- re-introduce
unknown
command when no change is needed
- add
hotplug_command
to run the same command regardless which monitor is connected
- minor improvements (and regressions?)
Note for devs: more typing hints has been introduced and some simplifications in the code have been made
2.2.20
- scratchpads better handling of windowrules (fixes initial display after closing a window)
2.2.19
- scratchpads attempt to limit need for
skip_windowrules
by applying the rules to the first window only
2.2.17
- scratchpads
- improve multi-window handling (for windows spawning other windows like "preferences" popup)
- add fine grained control over the configured windowrules (via skip_windowrules)
- gbar gets auto-restarted on crash now
2.2.16
- bugfixes & small improvements
- experimental hotplug_commands for monitors, suggestions are welcome
- wallpapers
path
will expand $HOME
alias ~
and other environment variables now
- pyprland.include can now load folders containing .toml files
- completion files improvements
2.2.15
- add completion files for
bash
and zsh
- provide compatibility with the latest Hyprland versions (updated socket path)
- improve the nix flake
scratchpads
fix allow_special_workspace
in stress conditions. Now enabled by default.
2.2.14
- Quick fix for the
multi
option