NRK
NRK
Also, using `atoi` is a bit poor since it cannot do proper error detection. So something invalid will just silently get converted to 0. I'd recommend `strtol` with proper error...
> But what should we do about `cd / && scrot tmp`? Nothing, possibly? Attempting `tmp_000` is *probably* not a bad idea in that case. I can imagine someone doing...
I guess there's also option C C. Interpret a trailing slash as a output dir. E.g `scort /tmp/` would create a file inside of `/tmp` with the default output format....
It works fine on my end. The image needs to be zoomed in enough to have room for panning to begin with, otherwise there's nothing to pan.
This would be a nice improvement.
Can you show how you are starting dwm? For example, you are using `xinitrc` like the following: ```sh cmd0 & cmd1 & exec dwm ``` Then there's no guarantee that...
Maybe related: https://github.com/jarun/nnn/discussions/1809
I'm not on latest zathura so can't reproduce. > https://git.pwmt.org/pwmt/zathura/-/issues/388 Looks like it's a zathura issue and not a problem with the `preview-tabbed` script. If there's a known workaround then...
The scrot manpage gets generated by [txt2man](https://github.com/mvertes/txt2man). Manually adding `\` in front of a hyphen in `man/scrot.txt` does not work correctly. The resulting manpage gets severely messed up:  ...
Was about to open an issue for the same thing but then noticed this one. Another similar issue: https://github.com/cinnyapp/cinny/issues/371