all repos — openbox @ 5b323a936403eb7a31fa4b6d50a32e864152c5de

openbox fork - make it a bit more like ryudo

add the shade button to the default layout
Dana Jansens danakj@orodu.net
commit

5b323a936403eb7a31fa4b6d50a32e864152c5de

parent

168e75cf419f5051d17c42f4e079e59a8f532fe5

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

jump to
M engines/openbox/obengine.cengines/openbox/obengine.c

@@ -712,7 +712,7 @@

n = d = i = l = m = c = s = FALSE; if (!config_get("titlebar.layout", Config_String, &layout)) { - layout.string = "NDLIMC"; + layout.string = "NDSLIMC"; config_set("titlebar.layout", Config_String, layout); }