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 | |
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
-rw-r--r-- | .config/x11/xinitrc | 2 | ||||
-rwxr-xr-x | .local/bin/dmclip | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 1b0eaf4..2b73786 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -53,7 +53,7 @@ dunst_shit() { start_apps() { [ $host = "po-rbo" ] && /home/r_bousset/.local/bin/pipe - startif clipmenud + CM_SELECTIONS=clipboard startif clipmenud startif copyq startif nextcloud QT_SCALE_FACTOR=1.35 startif rclone-browser 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(); |