diff options
author | joe <rbo@gmx.us> | 2025-10-03 12:12:07 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-03 12:12:07 +0200 |
commit | 7569c013a62c149ac9ba647fef3ff2d993c9809c (patch) | |
tree | a683200ad2813c0c0c41fb915803fcf4c9b296b7 /.config/nnn/plugins/joe_clipper | |
parent | up (diff) | |
download | dotfiles-bsd-7569c013a62c149ac9ba647fef3ff2d993c9809c.tar.gz dotfiles-bsd-7569c013a62c149ac9ba647fef3ff2d993c9809c.tar.bz2 dotfiles-bsd-7569c013a62c149ac9ba647fef3ff2d993c9809c.tar.xz dotfiles-bsd-7569c013a62c149ac9ba647fef3ff2d993c9809c.tar.zst dotfiles-bsd-7569c013a62c149ac9ba647fef3ff2d993c9809c.zip |
up
Diffstat (limited to '')
-rwxr-xr-x | .config/nnn/plugins/joe_clipper | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.config/nnn/plugins/joe_clipper b/.config/nnn/plugins/joe_clipper index dc65b52..661f711 100755 --- a/.config/nnn/plugins/joe_clipper +++ b/.config/nnn/plugins/joe_clipper @@ -37,12 +37,7 @@ sub clip_raw $pid = fork(); if ($pid == 0) { system( "xclip -selection clipboard '$file'"); - exec( - 'notify-send', - '-t', '2000', - 'clipped file', - ' clipped file' - ); + exec('herbe', ' clipped file'); } return; } |