From 9581b754cb39212dbebee56f46cb0260572c5df9 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Mon, 28 Nov 2022 00:04:12 -0600 Subject: use /bin/sh not /sbin/sh --- maim_active | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'maim_active') diff --git a/maim_active b/maim_active index e742c2c..2601aed 100755 --- a/maim_active +++ b/maim_active @@ -1,4 +1,4 @@ #!/bin/sh -FNAME="$(echo "" | dmenu -p 'filename: ')" +FNAME="$(echo "" | barmenu -p 'filename: ')" maim -i $(xdotool getactivewindow) "$FNAME" -- cgit v1.2.3