1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-15 17:47:09 +00:00

Revert default value of alignment to BOTTOM_LEFT

previous default value NONE behaved strangely in combination with other default settings.
This commit is contained in:
Pavel Labath 2011-10-23 22:26:15 +02:00
parent 04a9a7f137
commit 6482283c03

View File

@ -262,7 +262,7 @@ namespace {
* -> border_*, own_window_*, etc -> own_window -> double_buffer -> imlib_cache_size
*/
conky::simple_config_setting<alignment> text_alignment("alignment", NONE, false);
conky::simple_config_setting<alignment> text_alignment("alignment", BOTTOM_LEFT, false);
conky::simple_config_setting<std::string> display_name("display", std::string(), false);
priv::out_to_x_setting out_to_x;