aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2023-12-31 12:55:51 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2023-12-31 12:55:51 -0500
commita43600011a3ee977a10fdc863e5b79c272a7b5bd (patch)
treef67110d19df74d1d1973c91f3a9679c2c56d0414
parente6bb137aa20133589079d1378ecef8f7f1e9a84f (diff)
downloadpm-a43600011a3ee977a10fdc863e5b79c272a7b5bd.tar.gz
pm-a43600011a3ee977a10fdc863e5b79c272a7b5bd.tar.xz
Remove DMENU_FLAGS.
-rwxr-xr-xpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/pm b/pm
index aa142ea..5e85539 100755
--- a/pm
+++ b/pm
@@ -19,7 +19,7 @@ PASTE_MANAGER_X_SELECTION="${PASTE_MANAGER_X_SELECTION:-clipboard}"
# Pretty much anything that implements a demu like interface should work here,
# the only option called elsewhere is `-p`
-_menu="dmenu -l $PASTE_MANAGER_LINES -i $DMENU_FLAGS"
+_menu="dmenu -l $PASTE_MANAGER_LINES -i"
genid() {
{ dd if=/dev/urandom 2>/dev/null | tr -C -d 'a-zA-Z0-9'; echo; } \