From 341349d36a31b84b4225148e97d402c05760753f Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Thu, 25 Aug 2005 05:48:46 +0000 Subject: [PATCH] double-buffer should be on by default git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@181 7f574dfc-610e-0410-a909-a81674777703 --- doc/conkyrc.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conkyrc.sample b/doc/conkyrc.sample index f877dc37..b7f258b3 100644 --- a/doc/conkyrc.sample +++ b/doc/conkyrc.sample @@ -54,7 +54,7 @@ total_run_times 0 own_window no # Use double buffering (reduces flicker, may not work for everyone) -double_buffer no +double_buffer yes # Minimum size of text area minimum_size 280 5