From f3b71673190187e4534cacb6ad0bbb490faafbb3 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 7 Nov 2010 14:53:57 +0100 Subject: Fix sample fehrc (thx feuerrot) --- src/fehrc.raw | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/fehrc.raw b/src/fehrc.raw index 94f88b0..154a6e1 100644 --- a/src/fehrc.raw +++ b/src/fehrc.raw @@ -31,7 +31,7 @@ webcam --multiwindow --reload 20 mkindex -iVO index.jpg . # More ambitious version... -imgidx --index --output-only .fehindex.jpg --limit-width 1024 \ +imgidx --index --output-only .fehindex.jpg --limit-width 1024 \\ --thumb-width 128 --thumb-height 128 --verbose --quiet # Show a presentation @@ -59,16 +59,16 @@ black --menu-bg " PREFIX "/share/feh/images/menubg_black.png \\ rfs --full-screen --hide-pointer --auto-zoom --randomize fs --full-screen --hide-pointer --auto-zoom --sort filename -thumb_s --thumbnails --cache-thumbnails --thumb-width 128 --thumb-height 128 \ - --limit-width 1024 --sort filename \ +thumb_s --thumbnails --cache-thumbnails --thumb-width 128 --thumb-height 128 \\ + --limit-width 1024 --sort filename \\ --fontpath /usr/share/fonts/truetype/ttf-dejavu/ --font DejaVuSans/8 -thumb_b --thumbnails --cache-thumbnails --thumb-width 256 --thumb-height 256 \ - --limit-width 1024 --sort filename \ +thumb_b --thumbnails --cache-thumbnails --thumb-width 256 --thumb-height 256 \\ + --limit-width 1024 --sort filename \\ --fontpath /usr/share/fonts/truetype/ttf-dejavu/ --font DejaVuSans/8 -thumb_s_nt --thumbnails --cache-thumbnails --thumb-width 128 --thumb-height 128 \ +thumb_s_nt --thumbnails --cache-thumbnails --thumb-width 128 --thumb-height 128 \\ --limit-width 1024 --sort filename --index-name 0 -thumb_b_nt --thumbnails --cache-thumbnails --thumb-width 256 --thumb-height 256 \ +thumb_b_nt --thumbnails --cache-thumbnails --thumb-width 256 --thumb-height 256 \\ --limit-width 1024 --sort filename --index-name 0 -- cgit v1.2.3