mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-25 03:08:34 +02:00
screenshot: increase quality
This commit is contained in:
parent
067f2389ef
commit
79a5cce36c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ set -euf -o pipefail
|
||||||
case $1 in
|
case $1 in
|
||||||
desktop)
|
desktop)
|
||||||
target=~/.config/i3/screenshots/$(date -Iseconds).jpg
|
target=~/.config/i3/screenshots/$(date -Iseconds).jpg
|
||||||
maim -u -m 8 $target
|
maim -u -m 9 $target
|
||||||
notify-send -i camera-photo "Desktop screenshot" "Saved in ${target##*/}"
|
notify-send -i camera-photo "Desktop screenshot" "Saved in ${target##*/}"
|
||||||
echo -n $target | xclip -selection clipboard
|
echo -n $target | xclip -selection clipboard
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue