all repos — openbox @ aa26b219ecf2b9a427ad02f912f891c6ed387aaf

openbox fork - make it a bit more like ryudo

make NLIMC the default titlebar layout
Dana Jansens danakj@orodu.net
commit

aa26b219ecf2b9a427ad02f912f891c6ed387aaf

parent

d6f9bc953ac7cd29f69563c96b6c8991fed8f6d8

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M data/rc3data/rc3

@@ -35,7 +35,7 @@ # L - text label

# I - iconify button # M - maximize button # C - close button -#titlebarLayout = "NDSLIMC" +#titlebarLayout = "NLIMC" # the font for the window titlebars #font.title = "arial-8:bold"
M openbox/engine.copenbox/engine.c

@@ -127,7 +127,7 @@ {

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;