Update 2023-11-08 11:02 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2023-11-08 11:02:15 +01:00
parent a06d18fb17
commit f8886aaf01
15 changed files with 189 additions and 71 deletions

View File

@@ -21,7 +21,7 @@ touch "${HISTFILE}"
read_input() {
local S=$( { echo "paste_from_clipboard"; tail -r ${HISTFILE}; } \
| awk '!seen[$0]++' \
| ${DMENU_CMD} -p "Bookmarks")
| ${DMENU_CMD} -p "bookmark>")
case "${S}" in
paste_from_clipboard) S=$(xclip -o | head -n 1); ;;