From 1fdfb860b451de8e563c886e365ae24b9a353ca7 Mon Sep 17 00:00:00 2001 From: Saumit Date: Thu, 12 Sep 2024 11:14:41 +0530 Subject: .config: fixes in hypr,flameshot,imv and neofetch --- .config/imv/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.config/imv') diff --git a/.config/imv/config b/.config/imv/config index 8e0b97e..94d8f42 100644 --- a/.config/imv/config +++ b/.config/imv/config @@ -33,8 +33,9 @@ r = reset = wl-copy < "imv_current_file" = convert $file -channel RGB -negate /tmp/output.png && imv /tmp/output.png -# Delete and then close an open image by pressing 'X' - = exec trash-put "$imv_current_file" +# Delete and then close an open image by pressing 'D' + = exec trash-put "$imv_current_file"; close +# = exec trash-put "$imv_current_file" # Rotate the currently open image by 90 degrees by pressing 'R' # = exec mogrify -rotate 90 "$imv_current_file" -- cgit v1.2.3