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