summaryrefslogtreecommitdiff
path: root/nsxiv/exec
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-06-05 19:17:50 -0500
committerzachir <zachir@librem.one>2024-06-05 19:17:50 -0500
commit741ff2ccbdacf6b2cfd8db7601af69be1a5b40c7 (patch)
tree77032b23670017bda0008a174a18621e2d2ce3ee /nsxiv/exec
parent1d85bc68d5ecc197e7619de9cbe5beb0ea8e309e (diff)
Use magick to convert wallpaper from nsxiv
Imagemagick would prefer me to use the magick binary, as apparently the convert binary is deprecated.
Diffstat (limited to 'nsxiv/exec')
-rwxr-xr-xnsxiv/exec/key-handler2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsxiv/exec/key-handler b/nsxiv/exec/key-handler
index 9e78004..53099e4 100755
--- a/nsxiv/exec/key-handler
+++ b/nsxiv/exec/key-handler
@@ -7,7 +7,7 @@ while read file; do
cp "$file" ~/Pictures/background.png
;;
*)
- convert "$file" ~/Pictures/background.png
+ magick "$file" ~/Pictures/background.png
;;
esac
t -r hyprpaper