aboutsummaryrefslogtreecommitdiff
path: root/pm
diff options
context:
space:
mode:
Diffstat (limited to 'pm')
-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; } \