try out i3 config from: https://github.com/jifuwater/Cattendeavou
This commit is contained in:
10
.config/i3/scripts/miei/schermata.sh
Executable file
10
.config/i3/scripts/miei/schermata.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/bash
|
||||
a=$(date +"%Y-%m-%d-%T")-schermata.png
|
||||
|
||||
maim --select ~/Immagini/Schermate/$a
|
||||
notify-send "Screenshot saved to ~/$a"
|
||||
#kdialog --yesno "Screenshot salvato, vuoi aprirlo?"
|
||||
#if [ $? == 0 ]; then
|
||||
eog ~/Immagini/Schermate/$a
|
||||
#fi
|
||||
|
||||
Reference in New Issue
Block a user