-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Bad geometry" for use with slurp #127
Comments
Stupid me, I missed quoting the variable. Sorry for the noise. |
i have the feeling that when trying to set the geometry with a variable, which is executed prior with slurp, wf-recorder will not catch the geometry, even with added double quotes.... |
It's not your fault. The man page
|
PR's welcome. 👍 |
Created PR #290 |
Trying
wf-recorder -g $(slurp)
only leads toBad geometry: 0,0, capturing whole output instead.
with whatever region selected (the two numbers varying accordingly ofc), including the entire screen (a single QHD one).edit: slurp on its own seems to return its ordinary format:
0,0 2560x1440
,520,482 948x451
, etc.edit2: Uhm, awkward. C&Ping slurp's output directly instead of via variable works as intended‽
[Arch, sway 1.5.1 / wlroots 0.12.0]
The text was updated successfully, but these errors were encountered: