diff options
author | joe <rbo@gmx.us> | 2025-10-03 12:11:09 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-03 12:11:09 +0200 |
commit | 3ad37793c02e3e8fbb9056144b02c87bdc7964ae (patch) | |
tree | 28aa7a15a76a2aee742ee5d000927b2ff1d3506c /.config | |
parent | up (diff) | |
download | dotfiles-bsd-3ad37793c02e3e8fbb9056144b02c87bdc7964ae.tar.gz dotfiles-bsd-3ad37793c02e3e8fbb9056144b02c87bdc7964ae.tar.bz2 dotfiles-bsd-3ad37793c02e3e8fbb9056144b02c87bdc7964ae.tar.xz dotfiles-bsd-3ad37793c02e3e8fbb9056144b02c87bdc7964ae.tar.zst dotfiles-bsd-3ad37793c02e3e8fbb9056144b02c87bdc7964ae.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 54d8095..dc65b52 100755 --- a/.config/nnn/plugins/joe_clipper +++ b/.config/nnn/plugins/joe_clipper @@ -23,12 +23,7 @@ sub clip_img $pid = fork(); if ($pid == 0) { system("magick '$file' png:- | " . XCLIP . "-t image/png"); - exec( - 'notify-send', - '-t', '2000', - 'clipped image', - ' clipped image' - ); + exec('herbe', ' clipped image'); } return; } |