diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-05 14:30:21 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-05 14:30:21 +0200 |
commit | e4c833e535dcda3dd3145e06f2d7f187e2197efb (patch) | |
tree | 10be7ce47fd56cf3f8e694efe266c5c6e67f4b0c /bin/guiscripts/dmclip | |
parent | a86e7cfce4bc2167383a071856f5deba77f30a5b (diff) | |
parent | c41328bec94c2d3fe58b6cc0db7336702b054cb7 (diff) |
Merge remote-tracking branch 'refs/remotes/origin/main'
Diffstat (limited to 'bin/guiscripts/dmclip')
-rwxr-xr-x | bin/guiscripts/dmclip | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/guiscripts/dmclip b/bin/guiscripts/dmclip index 9c09b04..a1ca634 100755 --- a/bin/guiscripts/dmclip +++ b/bin/guiscripts/dmclip @@ -9,7 +9,7 @@ NotImage () { exit } -selection="$(echo -e "primary\nclipboard\nswap" | +selection="$(echo "primary\nclipboard\nswap" | dmenu -l 1 -g 3 -p "selection:")" if [[ "$selection" == "swap" ]] then @@ -37,7 +37,7 @@ else cut -c -"$DICL_LEN")" fi -menu_option="$(echo -e "save\nload\nimage\nreplace" | +menu_option="$(echo "save\nload\nimage\nreplace" | dmenu -l 1 -g 4 -p "'$disp_clip'")" [ "${menu_option}" ] || exit |