$OpenBSD$

Index: config.def.h
--- config.def.h.orig
+++ config.def.h
@@ -18,8 +18,8 @@ enum {
  * (first/last value is used as min/max zoom level)
  */
 static const float zoom_levels[] = {
-	 12.5,  25.0,  50.0,  75.0,
-	100.0, 150.0, 200.0, 400.0, 800.0
+	25.0, 50.0, 100.0, 150.0, 200.0,
+	400.0, 800.0, 1024.0, 1280.0
 };
 
 /* default slideshow delay (in sec, overwritten via -S option): */
@@ -48,10 +48,10 @@ static const bool ALPHA_LAYER = false;
 #ifdef _THUMBS_CONFIG
 
 /* thumbnail sizes in pixels (width == height): */
-static const int thumb_sizes[] = { 32, 64, 96, 128, 160 };
+static const int thumb_sizes[] = { 128, 160, 240, 360, 480, 640, 800 };
 
 /* thumbnail size at startup, index into thumb_sizes[]: */
-static const int THUMB_SIZE = 3;
+static const int THUMB_SIZE = 4;
 
 #endif
 #ifdef _MAPPINGS_CONFIG