diff options
author | Joe <rbo@gmx.us> | 2025-01-02 16:39:37 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-01-02 16:39:37 +0100 |
commit | d4e77aa87aee441eb84ac407050e9c30c9752c6f (patch) | |
tree | f9554a7c03ae2d1d127e455091bdb0706b99c5d1 /.local | |
parent | up (diff) | |
download | dotfiles-bsd-d4e77aa87aee441eb84ac407050e9c30c9752c6f.tar.gz dotfiles-bsd-d4e77aa87aee441eb84ac407050e9c30c9752c6f.tar.bz2 dotfiles-bsd-d4e77aa87aee441eb84ac407050e9c30c9752c6f.tar.xz dotfiles-bsd-d4e77aa87aee441eb84ac407050e9c30c9752c6f.tar.zst dotfiles-bsd-d4e77aa87aee441eb84ac407050e9c30c9752c6f.zip |
up
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/dmclip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmclip b/.local/bin/dmclip index d2369a1..cbb09aa 100755 --- a/.local/bin/dmclip +++ b/.local/bin/dmclip @@ -11,7 +11,7 @@ sub main if (@ARGV == 1) { $color = $ARGV[0]; } - return exec("clipmenu -i -sb '$color' -shb '$color'"); + return exec("clipmenu -i -p '' -l 25 -sb '$color' -shb '$color'"); } main(); |