anyrun-org / anyrun

A wayland native, highly customizable runner.
GNU General Public License v3.0
560 stars 44 forks source link

fix: Update hyprland package to 0.4.0-alpha.1 #154

Open peppidesu opened 1 month ago

peppidesu commented 1 month ago

Fixes #153

TheRealGramdalf commented 3 weeks ago

This could technically use 0.40.0-alpha.2 now (though the changes are minimal, mostly deps and docs stuff). Is there anything preventing this from being merged? Anyrun is mostly unusable (read: requires symlink from /tmp/hypr to /run/user/<UID>/hypr to work, which isn't great on a multi user system) on Hyprland v0.40.0.x, so having this merged would be quite nice.

TheRealGramdalf commented 3 weeks ago

As a temporary workaround (provided you use NixOS with flakes), I can set my inputs to use this PR as the branch:

    anyrun = {
      url = "github:anyrun-org/anyrun/9e14b5946e413b87efc697946b3983d5244a1714";
      inputs.nixpkgs.follows = "nixpkgs";
    };

This will pin anyrun to the version associated with the PR, at the cost of no longer following master for the latest features etc.