all repos — fluxbox @ 93e30412af3d40470fbf077619899b4f77ee6115

custom fork of the fluxbox windowmanager

changelog had wrong name, default was from old patch
simonb simonb
commit

93e30412af3d40470fbf077619899b4f77ee6115

parent

28837ee6e1e3226bec37a7854bd36c45406058f6

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

jump to
M ChangeLogChangeLog

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

(Format: Year/Month/Day) Changes for 0.9.15: *05/11/16: - * Added overlayStyle resource to init-file (Mathias) - session.overlayStyle : ~/.fluxbox/overlay + * Added styleOverlay resource to init-file (Mathias) + session.styleOverlay: ~/.fluxbox/overlay Style settings in this file override any settings from a regular style fluxbox.hh/cc Screen.cc FbCommands.cc FbTk/Theme.hh/cc
M src/fluxbox.ccsrc/fluxbox.cc

@@ -205,7 +205,7 @@ "session.colorsPerChannel", "Session.ColorsPerChannel"),

m_rc_numlayers(m_resourcemanager, 13, "session.numLayers", "Session.NumLayers"), m_rc_double_click_interval(m_resourcemanager, 250, "session.doubleClickInterval", "Session.DoubleClickInterval"), m_rc_stylefile(m_resourcemanager, DEFAULTSTYLE, "session.styleFile", "Session.StyleFile"), - m_rc_styleoverlayfile(m_resourcemanager, "~/.fluxbox/ovrd_style", "session.styleOverlay", "Session.StyleOverlay"), + m_rc_styleoverlayfile(m_resourcemanager, "~/.fluxbox/overlay", "session.styleOverlay", "Session.StyleOverlay"), m_rc_menufile(m_resourcemanager, DEFAULTMENU, "session.menuFile", "Session.MenuFile"), m_rc_keyfile(m_resourcemanager, DEFAULTKEYSFILE, "session.keyFile", "Session.KeyFile"), m_rc_slitlistfile(m_resourcemanager, "~/.fluxbox/slitlist", "session.slitlistFile", "Session.SlitlistFile"),