aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2023-08-08fix crash in opaquedamage-ringvaxerski
2023-08-08implement a hyprland damage ringvaxerski
2023-08-08toplevelexport: minor fixes to dmabufvaxerski
2023-08-08keybinds: Keep aspect ratio (#2907)MightyPlaza
2023-08-08hyprctl: fix old request methodsvaxerski
2023-08-08config: adjust default background colorvaxerski
2023-08-08hyprctl: add --instancevaxerski
2023-08-08background: add background color option (#2915)0x455241
Co-authored-by: 0x455241 <>
2023-08-08internal: add lock files and hyprctl instancesvaxerski
2023-08-08keybinds: Only call fclose() when we have a valid file. (#2908)Michael
Signed-off-by: Michael Pacheco <[email protected]>
2023-08-07Close keymap files. Fixes #2904 (#2905)Michael
Signed-off-by: Michael Pacheco <[email protected]>
2023-08-07macros: fix missing includevaxerski
2023-08-07internal: cleanup headers in helpers/vaxerski
2023-08-06renderer: fix missing premultiplication for border multisamplingvaxerski
2023-08-06renderer: fully switch to premultiplied alphavaxerski
2023-08-05animationmgr: avoid redundant ticksvaxerski
2023-08-05fix workspace change focus (#2891)MightyPlaza
2023-08-04Nix: bump wlrootsMihai Fufezan
2023-08-04CI: update auto commit authorMihai Fufezan
2023-08-04xdgoutput: manually destroy manager resourcevaxerski
2023-08-03compositor: update window rules on workspace movevaxerski
2023-08-03xwayland: drop wlr_xwayland_surface.events.set_pid (#2884)romanstingler
Co-authored-by: Roman Stingler <[email protected]>
2023-08-03input: fix and unify client checking in mouseRequestsvaxerski
2023-08-03props: bump version to 0.28.0v0.28.0vaxerski
2023-08-03config: update default config for new blur changesvaxerski
2023-08-03renderer: Various Blur Improvements (#2877)Vaxry
* move blur to its own category * blur improvements, contrast, brightness, noise
2023-08-02windowrules: add workspace paramvaxerski
2023-08-01hyprctl: rerender on cursor_zoom_factor dynamic callsvaxerski
2023-08-01config: schedule frame for mons on reloadvaxerski
2023-07-30keybinds: add toggle to dpmsvaxerski
2023-07-29NixOS module: check system version for fontsMihai Fufezan
2023-07-29Nix: move wayland-scanner to nativeBuildInputs (#2816)rewine
2023-07-29renderer: cleanup old redundancies in CFramebuffervaxerski
2023-07-28xwayland: Add temporary fix for #2808 by adding nullptr check. (#2829)Po-Yeh Chen
* Add temporary fix for #2808 by adding nullptr check. * Remove redundency.
2023-07-27assets/meson.build: install new wallpapersAlfred Wingate
* Previous changes forgot to update meson with the new wallpapers. https://github.com/hyprwm/Hyprland/commit/70dae78c1b5b17288a3e343b87ca6d10244ee937 https://github.com/hyprwm/Hyprland/commit/9bad2a81809bdaa2020006427af2110b6a912c3b Signed-off-by: Alfred Wingate <[email protected]>
2023-07-27Added git tag in json version command (#2821)Gioele Pannetto
2023-07-27Renamed deprecated value in nix configOkirshen
See https://github.com/NixOS/nixpkgs/commit/83793ca8980283a6f62c028ebed336b9d1bbf80f for more info.
2023-07-25renderer: reset scissor after renderTexturePrimitivevaxerski
2023-07-25input: fix stylingvaxerski
2023-07-25Nix: bump nixpkgsMihai Fufezan
Nix: bump wlroots
2023-07-24input: add support for cursor-shape-v1vaxerski
2023-07-24deps: update wlrootsvaxerski
2023-07-24renderer: adjust distribution of backgroundsvaxerski
2023-07-24init: Fix for issue #2797 (#2799)ferrreo
* Fix for issue #2797 * Fix for issue #2797 * Fix for issue #2797
2023-07-24keybinds: Make moveintogroup locking check configurable (#2796)memchr
* groups: revert to the old moveintogroup behaviour, ignore m_sGroupData.locked * groups: Make moveintogroup locking check configurable
2023-07-24backgrounds: add hypr chan var 2vaxerski
2023-07-24layout: no_border_when_only-improvements (#2791)MightyPlaza
2023-07-23nix: use final.hyprland instead of prev.hyprland in waybar-hyprlandpsentee
Currently, waybar-hyprland package adds `prev.hyprland` to `$PATH`. This is nixpkgs' default hyprland, not hyprland injected by this overlay. I'd expect we want waybar-hyprland to depend on what's in `pkgs.hyprland` after this (and possibly user's other overlays) are applied – which is `final.hyprland`.
2023-07-23init: Request SCHED_RR using CAP_SYS_NICE and add Python to nix dev shell ↵Mily
(#2690) * nix: add python3 to devShell * init: request SCHED_RR scheduling policy * init: checks if host supports reseting scheduler on fork * init: make gainRealTime more compatible with other OSes * init: remove linux-only code
2023-07-23windowrules: implements nomaximizerequest (#2785)MightyPlaza
* Window.hpp * ConfigManager.cpp * Windows.cpp * fix maximize event