From: Nick Bowler Date: Wed, 3 Nov 2010 14:23:09 +0000 (-0400) Subject: mpdmenu: Use geeqie instead of gqview. X-Git-Url: https://git.draconx.ca/gitweb/fvwmconf.git/commitdiff_plain/e63947b275af6479d3027c8cf3631d9505c27b83 mpdmenu: Use geeqie instead of gqview. --- diff --git a/scripts/mpdmenu.pl b/scripts/mpdmenu.pl index 25a56b3..4ef7ece 100755 --- a/scripts/mpdmenu.pl +++ b/scripts/mpdmenu.pl @@ -295,7 +295,7 @@ if (defined $album) { if (-f $thumb) { cmd("AddToMenu $menu \"*$thumb*\" " - ."Exec exec gqview ".shellify($scan, 0)); + ."Exec exec geeqie ".shellify($scan, 0)); } cmd("AddToMenu $menu \"Title: ".sanitise($entry{Title}, 0) ."\" Popup MenuMPDTitle");