summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/rc32
-rw-r--r--openbox/engine.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/rc3 b/data/rc3
index 4ee41053..c700fc3b 100644
--- a/data/rc3
+++ b/data/rc3
@@ -35,7 +35,7 @@
# I - iconify button
# M - maximize button
# C - close button
-#titlebarLayout = "NDSLIMC"
+#titlebarLayout = "NLIMC"
# the font for the window titlebars
#font.title = "arial-8:bold"
diff --git a/openbox/engine.c b/openbox/engine.c
index 75446efc..5012fecf 100644
--- a/openbox/engine.c
+++ b/openbox/engine.c
@@ -127,7 +127,7 @@ void engine_startup()
module = NULL;
engine_name = g_strdup(DEFAULT_ENGINE);
engine_theme = NULL;
- engine_layout = g_strdup("NDSLIMC");
+ engine_layout = g_strdup("NLIMC");
engine_font = g_strdup("Sans-7");
engine_shadow = FALSE;
engine_shadow_offset = 1;