diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2023-12-31 12:55:51 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2023-12-31 12:55:51 -0500 |
| commit | a43600011a3ee977a10fdc863e5b79c272a7b5bd (patch) | |
| tree | f67110d19df74d1d1973c91f3a9679c2c56d0414 | |
| parent | e6bb137aa20133589079d1378ecef8f7f1e9a84f (diff) | |
| download | pm-a43600011a3ee977a10fdc863e5b79c272a7b5bd.tar.gz pm-a43600011a3ee977a10fdc863e5b79c272a7b5bd.tar.xz | |
Remove DMENU_FLAGS.
| -rwxr-xr-x | pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } \ |
