summaryrefslogtreecommitdiff
path: root/openbox/engine.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-06 00:09:51 +0000
committerDana Jansens <danakj@orodu.net>2003-04-06 00:09:51 +0000
commitaa26b219ecf2b9a427ad02f912f891c6ed387aaf (patch)
tree2a285677289783bc24d6dfd9273b637206488485 /openbox/engine.c
parentd6f9bc953ac7cd29f69563c96b6c8991fed8f6d8 (diff)
make NLIMC the default titlebar layout
Diffstat (limited to 'openbox/engine.c')
-rw-r--r--openbox/engine.c2
1 files changed, 1 insertions, 1 deletions
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;