]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
let specify theme in the rc3 file. rm the other old engine options
[chaz/openbox] / openbox / openbox.c
index afe43f2745b73ca2d0ff7b58ae8465b122317f51..134070ade73c111a05b27092ab6a1757fb52e894 100644 (file)
@@ -174,7 +174,7 @@ int main(int argc, char **argv)
         parse_shutdown();
 
         /* load the theme specified in the rc file */
-        theme = theme_load("ebox"); /* woot i like this theme :) */
+        theme = theme_load(config_theme);
         g_free(theme);
         if (!theme) return 1;
 
This page took 0.021873 seconds and 4 git commands to generate.