Skip to content

Commit

Permalink
Fix artifacts when you screenshot and select some area
Browse files Browse the repository at this point in the history
  • Loading branch information
gh0stzk committed Jan 28, 2025
1 parent 5048fdf commit 316f413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/bspwm/src/ScreenShoTer
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ case $1 in
--now)
sleep 0.5 && take_screenshot ;;
--sel)
take_screenshot -s -o ;;
take_screenshot -s -o -b 2;;
--active)
sleep 3 && take_screenshot -i "$(xdotool getactivewindow)" ;;
--in3)
Expand Down

0 comments on commit 316f413

Please sign in to comment.