blob: 8a7fe1c56399924b74304879cf239bd9d52ef2eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./misc/ext.d/image.sh.orig 2013-05-29 01:53:42.379848005 -0500
+++ ./misc/ext.d/image.sh 2013-05-29 01:54:54.639853218 -0500
@@ -39,7 +39,7 @@
;;
*)
if [ -n "$DISPLAY" ]; then
- (gqview "${MC_EXT_FILENAME}" &)
+ (geeqie "${MC_EXT_FILENAME}" &)
elif see >/dev/null 2>&1; then
(see "${MC_EXT_FILENAME}" &)
else
|