Browse Source

Replace scrot program with maim

master
Riyyi 4 years ago
parent
commit
e96bd055f7
  1. 4
      .local/bin/printscreen
  2. 2
      packages

4
.local/bin/printscreen

@ -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"
# -------------------------------------- # --------------------------------------

2
packages

@ -76,6 +76,7 @@ linux-lts-headers
llvm llvm
lvm2 lvm2
lxappearance lxappearance
maim
man-db man-db
man-pages man-pages
mariadb mariadb
@ -129,7 +130,6 @@ rofi
rsync rsync
rtmpdump rtmpdump
rxvt-unicode rxvt-unicode
scrot
signal-desktop signal-desktop
sloccount sloccount
smartmontools smartmontools

Loading…
Cancel
Save