# HG changeset patch # User Oleksandr Gavenko # Date 1333964327 -10800 # Node ID 59ef303c8713303e5f124f00773833c469b69dfd # Parent 7f323891e62ff6e756596d3b6c78b6d85e05814d Edit images with GIMP. diff -r 7f323891e62f -r 59ef303c8713 .config/mc/mc.ext --- a/.config/mc/mc.ext Sat Apr 07 11:39:44 2012 +0300 +++ b/.config/mc/mc.ext Mon Apr 09 12:38:47 2012 +0300 @@ -86,10 +86,39 @@ ################################################################ # Image. +shell/.xcf + Open=(gimp %f &) + +type/^GIF + Include=image +type/^JPEG + Include=image +type/^PC\ bitmap + Include=image +type/^PNG + Include=image +type/^TIFF + Include=image +type/^PBM + Include=image +type/^PGM + Include=image +type/^PPM + Include=image +type/^Netpbm + Include=image +shell/.xbm + Open=bitmap %f +shell/.xpm + Include=image + # View=sxpm %f +shell/.ico + Include=image + include/image - Open=(see %f &) + Open=see %f & View=%view{ascii} identify %f - #View=%view{ascii} asciiview %f + Edit=gimp %f 2>/dev/null & ################################################################ # Audio.