all repos — fluxbox @ 73baf52ae9483cc3c13e28e6dcef3de8d49a6417

custom fork of the fluxbox windowmanager

now use of tabs/iconbar will get saved/restored correctly
pekdon pekdon
commit

73baf52ae9483cc3c13e28e6dcef3de8d49a6417

parent

1295e853e15b533c1d8dd26c8b2ce2e15d69b63e

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

jump to
M src/fluxbox.ccsrc/fluxbox.cc

@@ -1425,7 +1425,8 @@ char rc_string[1024];

char *dbfile = getRcFilename(); //note: dbfile memory will be release @ end of function - load_rc(); +// load_rc(); This overwrites configs made while running, for example +// usage of iconbar and tabs sprintf(rc_string, "session.iconbar: %s", resource.iconbar ? "true" : "false"); XrmPutLineResource(&new_blackboxrc, rc_string);