X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.c;h=72ccd3b47bce99a37c7d7662cc1de4b95009f753;hb=8419fe8a112986faeb1380329d29f53d198c6fbb;hp=21f03d3e27dea11e6cc692469b2c9781e6534156;hpb=b543af60b3b625f978bec0eacc7da31cd9d347f6;p=chaz%2Fopenbox diff --git a/openbox/config.c b/openbox/config.c index 21f03d3e..72ccd3b4 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -214,7 +214,7 @@ static void parse_theme(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node, node = node->xmlChildrenNode; - if ((n = parse_find_node("theme", node))) { + if ((n = parse_find_node("name", node))) { gchar *c; g_free(config_theme); @@ -398,7 +398,7 @@ void config_startup(ObParseInst *i) parse_register(i, "mouse", parse_mouse, NULL); config_resist_win = 10; - config_resist_edge = 10; + config_resist_edge = 20; parse_register(i, "resistance", parse_resistance, NULL);