Scrot screen capture utility. = Introduction = ||<
><>|| Scrot is a simple screen capture utility that can be easily and transparently integrate into any window managers. Scrot record files in the favorite folder with unique names like "2011-08-03-220334_1024x768_scrot.png" instantly after pressing hotkey. = Installation = Run in a terminal: {{{ sudo apt-get install scrot }}} = Integration = == Gnome == in the pipeline... == KDE == in the pipeline... == Xfce4 == in the pipeline... == Openbox == Open the configuration file "~/.config/openbox/rc.xml" and add the following before line. {{{ scrot -e 'mv $f ~/Pictures/' }}} Сommand {{{ scrot -e 'mv $f ~/Pictures/' }}} between tags move screenshots in a folder "Pictures" in your local home folder. Change the path on the way you like! ---- CategoryGraphics