|
|
@ -1,12 +1,12 @@ |
|
|
|
#!/bin/sh |
|
|
|
#!/bin/sh |
|
|
|
|
|
|
|
|
|
|
|
# Take a screenshot with the configured program |
|
|
|
# Take a screenshot with the configured program |
|
|
|
# Depends: scrot / maim / magick |
|
|
|
# Depends: scrot / maim, xdotool / magick, xdotool |
|
|
|
|
|
|
|
|
|
|
|
# User-config--------------------------- |
|
|
|
# User-config--------------------------- |
|
|
|
|
|
|
|
|
|
|
|
# scrot / maim / magick import |
|
|
|
# scrot / maim / magick import |
|
|
|
screenshotter="scrot" |
|
|
|
screenshotter="maim" |
|
|
|
|
|
|
|
|
|
|
|
# -------------------------------------- |
|
|
|
# -------------------------------------- |
|
|
|
|
|
|
|
|
|
|
|