From 3f32a739b9c7dbdf5126bbb9621280b5b4b01734 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 24 Mar 2006 20:33:39 +0000 Subject: [PATCH] Set the minimum pause to 1 hour. git-svn-id: file:///home/phd/archive/SVN/xsetbg/trunk@9 143022c7-580b-0410-bae3-87f2bf5d3141 --- xsetbg.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/xsetbg.conf b/xsetbg.conf index cb908d3..3270d77 100644 --- a/xsetbg.conf +++ b/xsetbg.conf @@ -2,6 +2,10 @@ directory0 = ~/lib/xsetbg/images [xsetbg] -min_pause = 60 ; minimum time in seconds between background image changes -min_delay = 86400 ; minimum time in seconds between occurences of the same image +; minimum time in seconds between background image changes +min_pause = 3600 ; (1 hour) + +; minimum time in seconds between occurences of the same image +min_delay = 5259600 ; (2 months) + borders = darkcyan, steelblue, midnightblue -- 2.39.2