1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Compare commits

..

No commits in common. "f67a8e5f80a8de4ab7c60e500258ef32662bc811" and "7f79cca7bca456f1dc13e12efc5290a89bf457f4" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -309,4 +309,3 @@ map Q <nop>
autocmd FileType markdown setlocal ts=2 sts=2 sw=2 et autocmd FileType markdown setlocal ts=2 sts=2 sw=2 et
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 et autocmd FileType yaml setlocal ts=2 sts=2 sw=2 et
autocmd FileType gitcommit setlocal cc=72 et sw=4

View File

@ -54,7 +54,7 @@ fi
# If the screenshot is a complete window, add a shadow # If the screenshot is a complete window, add a shadow
if [ "$isroot" != "1" ]; then if [ "$isroot" != "1" ]; then
# but don't worry if it fails # but don't worry if it fails
convert "$out_path" \( +clone -background black -alpha set -channel Alpha -evaluate set 60% -shadow 100x16+0+0 \) +swap -background none -layers merge +repage "$out_path" || : convert "$out_path" \( +clone -background black -alpha set -channel Alpha -evaluate set 80% -shadow 100x16+0+0 \) +swap -background none -layers merge +repage "$out_path" || :
fi fi
notif_id=$(send_notification "Screenshot uploading" "$FILENAME<br><br>The image is available in the clipboard immediately" || true) notif_id=$(send_notification "Screenshot uploading" "$FILENAME<br><br>The image is available in the clipboard immediately" || true)