summaryrefslogtreecommitdiff
path: root/maim_active
diff options
context:
space:
mode:
Diffstat (limited to 'maim_active')
-rwxr-xr-xmaim_active4
1 files changed, 4 insertions, 0 deletions
diff --git a/maim_active b/maim_active
new file mode 100755
index 0000000..e742c2c
--- /dev/null
+++ b/maim_active
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+FNAME="$(echo "" | dmenu -p 'filename: ')"
+maim -i $(xdotool getactivewindow) "$FNAME"