summaryrefslogtreecommitdiff
path: root/.config/imv/config
diff options
context:
space:
mode:
authorSaumit <justsaumit@protonmail.com>2024-09-12 11:14:41 +0530
committerSaumit <justsaumit@protonmail.com>2024-09-12 11:14:41 +0530
commit1fdfb860b451de8e563c886e365ae24b9a353ca7 (patch)
treebad91671b47374e304a019f9d09bd817e63e24eb /.config/imv/config
parent7c784e00cb013af8c4c00c71aa0cddcd82494a65 (diff)
.config: fixes in hypr,flameshot,imv and neofetch
Diffstat (limited to '.config/imv/config')
-rw-r--r--.config/imv/config5
1 files changed, 3 insertions, 2 deletions
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
<c> = wl-copy < "imv_current_file"
<i> = convert $file -channel RGB -negate /tmp/output.png && imv /tmp/output.png
-# Delete and then close an open image by pressing 'X'
-<Ctrl+D> = exec trash-put "$imv_current_file"
+# Delete and then close an open image by pressing 'D'
+<Shift+D> = exec trash-put "$imv_current_file"; close
+#<Ctrl+D> = exec trash-put "$imv_current_file"
# Rotate the currently open image by 90 degrees by pressing 'R'
#<Ctrl+R> = exec mogrify -rotate 90 "$imv_current_file"