aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-02-22 20:56:11 -0300
committerEuAndreh <eu@euandre.org>2023-02-22 20:56:11 -0300
commitd0078eaba7fb5ed34457fa4f12c35432812ff181 (patch)
tree8409148e576a2f4cbad460b65cd7e54911d4f794 /bin
parentetc/sh/rc: Add $LEIN_SUPPRESS_USER_LEVEL_REPO_WARNINGS variable (diff)
downloaddotfiles-d0078eaba7fb5ed34457fa4f12c35432812ff181.tar.gz
dotfiles-d0078eaba7fb5ed34457fa4f12c35432812ff181.tar.xz
bin/menu: Remove extra colon in display string
Diffstat (limited to 'bin')
-rwxr-xr-xbin/menu2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/menu b/bin/menu
index 0851cab..2387bbe 100755
--- a/bin/menu
+++ b/bin/menu
@@ -145,7 +145,7 @@ case "$ACTION" in
clipboard)
# For a potential improved version, see:
# https://github.com/cdown/clipmenu/pull/162
- CHOICE="$(clip_list | RAW=1 show 'clipboard:' 1 | cksum)"
+ CHOICE="$(clip_list | RAW=1 show 'clipboard' 1 | cksum)"
if [ -n "$CHOICE" ]; then
copy < "$CLIP_DIR"/"$CHOICE"
notify-send -t 5000 -u low -- 'copied to clipboard'