outfoxxed / hy3

Hyprland plugin for an i3 / sway like manual tiling layout
GNU General Public License v3.0
459 stars 41 forks source link

Update README to use submodules from hyprland repo #125

Closed i1i1 closed 3 months ago

i1i1 commented 3 months ago

The instruction in README seem to not work that way (as hy3 flake fetches hyprland flake with submodules). So it is natural to instruct to just use hyprland which is specified in the hy3 itself.

outfoxxed commented 3 months ago

Totally forgot about that. One issue with this is that you might want to run more than one plugin though.

i1i1 commented 3 months ago

Oh, you right here. I guess I can update to use git fetch with submodules=1. WDUT?

Other thing to note though is that git fetcher fetches non deterministically and that means that it cant be cached also.

outfoxxed commented 3 months ago

Oh, you right here. I guess I can update to use git fetch with submodules=1. WDUT?

yeah thats fine

Other thing to note though is that git fetcher fetches non deterministically and that means that it cant be cached also.

Unfortunate but I don't expect anyone to try to cache hyprland plugins.

i1i1 commented 3 months ago

Unfortunate but I don't expect anyone to try to cache hyprland plugins.

Yeah, but it is more that hyprland itself can't be fetched from cachix