resurrecting-open-source-projects / scrot

SCReenshOT - command line screen capture utility
Other
493 stars 50 forks source link

-b/--border flag doesn't work on focused window screenshot #66

Closed AtifChy closed 3 years ago

daltomi commented 3 years ago

What are the options you used?

I used scrot -b -u In the following WM: jwm, fluxbox, fvwm, icewm, herbstluftwm and I had no problems.

AtifChy commented 3 years ago

@daltomi doesn't work on xmonad

daltomi commented 3 years ago

I see; in i3wm there is also this problem.

daltomi commented 3 years ago

@AtifChy please testing:

git clone https://github.com/daltomi/scrot.git
git fetch
git checkout 66-capture-border

Or if you already have this project cloned

git remote add daltomi https://github.com/daltomi/scrot.git 
git fetch daltomi
git checkout 66-capture-border
AtifChy commented 3 years ago

it's working properly now

daltomi commented 3 years ago

Great!