From 6f7b29837176bfa2afcf9c6711a02990cab69b19 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 9 Aug 2022 11:56:48 +0200 Subject: update --- .local/bin/dmscrot | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.local') diff --git a/.local/bin/dmscrot b/.local/bin/dmscrot index caa4943..6deee02 100755 --- a/.local/bin/dmscrot +++ b/.local/bin/dmscrot @@ -5,10 +5,10 @@ use warnings; use File::HomeDir qw(home); use constant { SAVE_PATH => 'pics/scrot/', - SCREENSHOT_PATH => '/usr/local/bin/scrot', - IMGVIEW_PATH => '/usr/local/bin/nsxiv', - XCLIP_PATH => '/usr/local/bin/xclip', - NOTIFY_PATH => '/usr/local/bin/notify-send' + SCREENSHOT_PATH => 'scrot', + IMGVIEW_PATH => 'nsxiv', + XCLIP_PATH => 'xclip', + NOTIFY_PATH => 'notify-send' }; use constant LIST => [ 'Select region', -- cgit v1.2.3