Open mirrorcult opened 1 month ago
grimblast
@fufexan
Bug
simply put, the code for passing custom cli args to slurp does not work: https://github.com/hyprwm/contrib/blob/1e531dc49ad36c88b45bf836081a7a2c8927e072/grimblast/grimblast#L238
fairly confident this never worked as bash just doesn't let you do this -- any argument after the first gets dropped when you try to pass it like this
as you can see here, only the first argument -d (show dimensions) is working, all of the others are nonfunctional.
-d
1) set SLURP_ARGS with more than one argument separated by spaces 2) see that any arguments after the first do not apply
No response
Can you check whether quoting the variable makes it work?
Program
grimblast
Maintainers of the program
@fufexan
Bug or Regression?
Bug
Description
simply put, the code for passing custom cli args to slurp does not work: https://github.com/hyprwm/contrib/blob/1e531dc49ad36c88b45bf836081a7a2c8927e072/grimblast/grimblast#L238
fairly confident this never worked as bash just doesn't let you do this -- any argument after the first gets dropped when you try to pass it like this
as you can see here, only the first argument
-d
(show dimensions) is working, all of the others are nonfunctional.How to reproduce
1) set SLURP_ARGS with more than one argument separated by spaces 2) see that any arguments after the first do not apply
Hyprland crash reports, program logs, images, videos
No response