Updated all for my Lenovo x201 with i3 WM
This commit is contained in:
parent
0931f9d30b
commit
6a6fd2f2da
50 changed files with 4165 additions and 1 deletions
7
Bin/screenshooter.sh
Executable file
7
Bin/screenshooter.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#! /bin/bash
|
||||
|
||||
FILENAME="Screenshots-$(date +%Y%m%d-%H%M%S).png"
|
||||
|
||||
scrot -q 70 ${FILENAME} -e 'mv $f ~/Pictures/'
|
||||
|
||||
notify-send -i screenie 'Screenshot!' "Saved as ${FILENAME}"
|
Loading…
Add table
Add a link
Reference in a new issue