summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2025-01-02 16:39:37 +0100
committerJoe <rbo@gmx.us>2025-01-02 16:39:37 +0100
commitd4e77aa87aee441eb84ac407050e9c30c9752c6f (patch)
treef9554a7c03ae2d1d127e455091bdb0706b99c5d1 /.local
parentup (diff)
downloaddotfiles-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/dmclip2
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();