From a43600011a3ee977a10fdc863e5b79c272a7b5bd Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sun, 31 Dec 2023 12:55:51 -0500 Subject: Remove DMENU_FLAGS. --- pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } \ -- cgit v1.2.3