mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 18:24:22 +02:00
screenshot: increase a bit the delay to take the screenshot
This commit is contained in:
parent
ffbc1f4887
commit
f86f0469e5
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ case $1 in
|
||||||
echo -n $target | xclip -selection clipboard
|
echo -n $target | xclip -selection clipboard
|
||||||
;;
|
;;
|
||||||
window)
|
window)
|
||||||
maim -u -s -b 5 -l -c 0.3,0.4,0.6,0.4 -d 0.02 \
|
maim -u -s -b 5 -l -c 0.3,0.4,0.6,0.4 -d 0.1 \
|
||||||
| xclip -selection clipboard -t image/png
|
| xclip -selection clipboard -t image/png
|
||||||
notify-send -i camera-photo "Screenshot" "Saved to clipboard"
|
notify-send -i camera-photo "Screenshot" "Saved to clipboard"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue