summaryrefslogtreecommitdiff
path: root/.local/bin/shorts/windowshot
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/shorts/windowshot')
-rwxr-xr-x.local/bin/shorts/windowshot6
1 files changed, 0 insertions, 6 deletions
diff --git a/.local/bin/shorts/windowshot b/.local/bin/shorts/windowshot
deleted file mode 100755
index c654cc7..0000000
--- a/.local/bin/shorts/windowshot
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-image="${XDG_PICTURES_DIR:-$HOME/Pictures}/xwindow.jpg"
-import -window "$(xdotool selectwindow)" "$image"
-# dragon-drop --and-exit "$image"
-xclip -sel clipboard -t image/png -i "$image"