From: Dana Jansens Date: Sat, 5 May 2007 16:20:04 +0000 (+0000) Subject: make animation default on again. :/ X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=ac56fe1602af7f4a4ae5c10cfe83e3d9eaf02b4d;p=chaz%2Fopenbox make animation default on again. :/ --- diff --git a/data/rc.xml.in b/data/rc.xml.in index 4de262d6..bfffdd78 100644 --- a/data/rc.xml.in +++ b/data/rc.xml.in @@ -43,7 +43,7 @@ --> yes no - no + yes sans 7 diff --git a/openbox/config.c b/openbox/config.c index 325beeb1..367fb2f9 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -809,7 +809,7 @@ void config_startup(ObParseInst *i) config_theme = NULL; - config_animate_iconify = FALSE; + config_animate_iconify = TRUE; config_title_layout = g_strdup("NLIMC"); config_theme_keepborder = TRUE; config_theme_hidedisabled = FALSE;