From 7e19bd16b48bd009a3b4d0f029c445bb49d95615 Mon Sep 17 00:00:00 2001 From: azahi Date: Wed, 3 Oct 2018 14:30:31 +0300 Subject: Move to 0.15 Fix windows not showing with fullscreen hooks Add misc directory with stuff that should be moved to ~/.xmonad Switch indentation style Add submodules --- misc/bin/xshot-upload.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 misc/bin/xshot-upload.sh (limited to 'misc/bin/xshot-upload.sh') diff --git a/misc/bin/xshot-upload.sh b/misc/bin/xshot-upload.sh new file mode 100755 index 0000000..91c23f4 --- /dev/null +++ b/misc/bin/xshot-upload.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +PIC="${HOME}/pictures/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png" + +maim --format=png --hidecursor --quality 8 "${PIC}" && \ + curl --form "file=@${PIC}" "https://0x0.st" | \ + xclip -quiet -- cgit 1.4.1