New hyprland update :)
Fixes some annoying wlroots bump related issues and adds some QoL stuff.
https://www.youtube.com/watch?v=SoPE3Mcd-HU
Notable changes
- support for the
ext_workspace_v1
protocol has been dropped, meaning waybar'swlr/workspaces
and alike will not work anymore (for waybar I recommend just switching tohyprland/workspaces
)
New features:
- special: add misc:close_special_on_empty
Fixes:
- fix: use-after-free of CWindow* in CHyprGroupBarDecoration::draw (#3146)
- input: fix xwayland constraint calcs
- keybinds: fixup global conditions
- keybinds: fixup release conditions
- refactor: raise SIGABRT instead of write to null address (#3124)
- renderer: fixup occlusion conditions
- screencopy: fix region sharing
- text-input-v1: Fix preedit styling in chromium (#3131)
Other:
- compositor: remove wlr_scene refs
- decos: groupbar mouse interaction (#3102)
- globalshortcuts: allow empty appid
- input: warp in unconstrainMouse
- internal: Unsafe state reworks (#3114)
- internal: workspace rule handling refactor (#3116)
- keybinds: set special monitor id before recalc
- keybinds: suppress up event if down was consumed
- layout: always center floating xdg windows
- meson/cmake: remove refs to ext-workspace-unstable-v1
- opengl: cleanup framebuffer style
- readme: refactor and update a bit
- readme: remove wlr_ext workspace proto support mention
- renderer: don't set enabled in applyMonitorRule
- renderer: render IME popups in fullscreen
- waylandResource: remove user data in markDefunct and not ~dtor
- window: check for special id matching in close_special_on_empty
- wlr-ext-workspace: remove protocol impl
Special Thanks
Special thanks to these chads for donating some $$$:
- Lipt0nas
- speedboat
- pulsar256
- ThatOneLutenist
- alukortti
- weitcis
- pltanton
- xioren
- Andrej Benz
- Richard Ivánek
- istasi
- mechgyver
MRs
- nix: bump nixpkgs by @NotAShelf in #3106
- groupbar mouse interaction by @MightyPlaza in #3102
- refactor: raise SIGABRT instead of nullptr write by @memchr in #3124
- Fix preedit styling in chromium by @q234rty in #3131
- Unsafe state reworks by @vaxerski in #3114
- fix: use-after-free of CWindow* in CHyprGroupBarDecoration::draw by @memchr in #3146
- mapWindow use getWorkspaceIDFromString() by @MightyPlaza in #3116
- Revert rounding of window size by @alyanser in #3153
Full Changelog: v0.29.0...v0.29.1