all repos — fluxbox @ 759ca9e6b5103c5589d4d5db3883fd34801cb1bf

custom fork of the fluxbox windowmanager

allow ~ in background pixmap path
simonb simonb
commit

759ca9e6b5103c5589d4d5db3883fd34801cb1bf

parent

c92942270aedbac763b98d934dad292f0becd915

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

jump to
M ChangeLogChangeLog

@@ -1,6 +1,8 @@

(Format: Year/Month/Day) Changes for 0.9.16: *06/04/19: + * Allow ~ in "background" pixmap options (Simon + thanks_markt) + RootTheme.cc * Windows keep relative position in ArrangeWindows (Mathias) WorkspaceCmd.cc * Made fbgm more pure bourne-compatibel (Mathias)
M src/RootTheme.ccsrc/RootTheme.cc

@@ -175,6 +175,7 @@ FbTk::StringUtil::removeFirstWhitespace(filename);

// if background argument is a file then // parse image options and call image setting // command specified in the resources + filename = FbTk::StringUtil::expandFilename(filename); if (FbTk::FileUtil::isRegularFile(filename.c_str())) { // parse options std::string options;