Mihai Fufezan
Mihai Fufezan
You said it is a regression. Which version did it used to work fine on? Can you bisect?
Why not `hyprlock &`?
Two things I've noticed: 1. `nix fmt` is very slow, takes 24s on my machine. 2. `subprojects/` should not be formatted.
Yeah, the first point was an initial run after I intentionally misformatted flake.nix.
I figured out why it was slow as hell, and it was the subprojects. Currently works pretty well I'd say.
Perhaps another nice addition would be a formatting check in CI. Not sure how to achieve this without adding a --check flag to the formatter script. But that can be...
Can you check whether quoting the variable makes it work?
Can you try https://github.com/hyprwm/contrib/tree/slurp_args?
How did you set it? Seems to work for me with `export SLURP_ARGS="-b "#00000000" -c "#80808080" -w 2"`
Great. I'll rebase that on main then.