summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2015-01-18 15:37:54 +0100
committerhut <hut@lepus.uberspace.de>2015-01-18 15:37:54 +0100
commit47015dca61abce9badd370651b28b94092503674 (patch)
tree638ef1b6f428f3572324bd4c93e9c44155ee416e
parent737b48e27d0736b11f695c1bd96816ee9808092d (diff)
parent1eabf0fda6f148d52ad3b7e7405eb750483edf87 (diff)
downloadranger-47015dca61abce9badd370651b28b94092503674.tar.gz
Merge branch 'patch-1' of https://github.com/HerrNieschnell/ranger
-rw-r--r--ranger/config/rifle.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/ranger/config/rifle.conf b/ranger/config/rifle.conf
index ef3a5b63..3371ec6f 100644
--- a/ranger/config/rifle.conf
+++ b/ranger/config/rifle.conf
@@ -135,11 +135,11 @@ mime ^video, terminal, !X, has mplayer   = mplayer -- "$@"
 #-------------------------------------------
 # Image Viewing:
 #-------------------------------------------
-mime ^image, has eog,    X, flag f = eog -- "$@"
-mime ^image, has eom,    X, flag f = eom -- "$@"
 mime ^image, has sxiv,   X, flag f = sxiv -- "$@"
 mime ^image, has feh,    X, flag f = feh -- "$@"
 mime ^image, has mirage, X, flag f = mirage -- "$@"
+mime ^image, has eog,    X, flag f = eog -- "$@"
+mime ^image, has eom,    X, flag f = eom -- "$@"
 mime ^image, has gimp,   X, flag f = gimp -- "$@"
 ext xcf,                 X, flag f = gimp -- "$@"
 
d='n140' href='#n140'>140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220