From 3ad37793c02e3e8fbb9056144b02c87bdc7964ae Mon Sep 17 00:00:00 2001 From: joe Date: Fri, 3 Oct 2025 12:11:09 +0200 Subject: up --- .config/nnn/plugins/joe_clipper | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to '.config') 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; } -- cgit v1.2.3