1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 18:45:10 +00:00

own_window and own_window_transparent should default to yes without option

This commit is contained in:
Nikolas Garofil 2010-11-15 14:00:31 +01:00
parent 17d4658242
commit 90eda7edbf

View File

@ -3533,9 +3533,7 @@ char load_config_file(const char *f)
#ifdef BUILD_X11
#ifdef OWN_WINDOW
CONF("own_window") {
if (value) {
own_window = string_to_bool(value);
}
own_window = string_to_bool(value);
}
CONF("own_window_class") {
if (value) {
@ -3551,9 +3549,7 @@ char load_config_file(const char *f)
}
}
CONF("own_window_transparent") {
if (value) {
set_transparent = string_to_bool(value);
}
set_transparent = string_to_bool(value);
}
CONF("own_window_hints") {
if (value) {