aboutsummaryrefslogtreecommitdiffstats
path: root/bin/postit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/postit.sh')
-rwxr-xr-xbin/postit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/postit.sh b/bin/postit.sh
index 46addd0..17589c5 100755
--- a/bin/postit.sh
+++ b/bin/postit.sh
@@ -2,5 +2,5 @@
CLIP_HIST_FILE=/tmp/.clip_history
# POSTIT=$(cat ${CLIP_HIST_FILE} | dmenu -l 20 -p "Select Postit:")
-sqlite3 $(cat /tmp/lclipd_db_name) 'select content from lclipd;' | dmenu -l 20 | xsel -ib
+sqlite3 $(cat /tmp/lclipd/lclipd_db_name) 'select content from lclipd;' | dmenu -l 20 | xsel -ib
# echo -n "${POSTIT:0:${#POSTIT}}" | xsel -ip