Replace scrot program with maim

This commit is contained in:
Riyyi
2021-05-28 00:59:23 +02:00
parent 207014bf70
commit e96bd055f7
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
#!/bin/sh
# Take a screenshot with the configured program
# Depends: scrot / maim / magick
# Depends: scrot / maim, xdotool / magick, xdotool
# User-config---------------------------
# scrot / maim / magick import
screenshotter="scrot"
screenshotter="maim"
# --------------------------------------