Updated all for my Lenovo x201 with i3 WM

This commit is contained in:
Damien Broqua 2020-04-24 17:15:48 +02:00
parent 0931f9d30b
commit 6a6fd2f2da
50 changed files with 4165 additions and 1 deletions

7
Bin/screenshooter.sh Executable file
View 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}"