diff options
| -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; } \ |
