This commit is contained in:
gotbletu 2013-05-21 09:51:23 -07:00
parent 0886f60c77
commit bd945cc2e3

View File

@ -1,6 +1,6 @@
# your screenshot folder location
# u can use /tmp if you want it to get delete on shutdown
export PATH_SCREENSHOT=~/Pictures/Screenshots
export PATH_SCREENSHOT=~/Pictures
# take screenshot fullscreen, single window or draw a box
pix() { scrot -d 2 "$PATH_SCREENSHOT/fullscr_`date +'%F_%Hh%M'`.png" ;}