Take Screenshots in Xfce

ImageMagick must be installed for this to work. Create a file named screenshot, and paste this into it. #!/bin/bash xwd -root | convert xwd:- ~/Desktop/screenshot.png Run this command to make the file executable. $ chmod +x screenshot Run this command to move the file to /usr/bin. # mv screenshot /usr/bin/screenshot Open the Xfce menu -> […]

Take Screenshots in Xfce Read More »