all repos — fluxbox @ 1a6d067013259bb8e7bee0fe4d9e8bff48200cb7

custom fork of the fluxbox windowmanager

move the slitframe out of sight at startup
mathias mathias
commit

1a6d067013259bb8e7bee0fe4d9e8bff48200cb7

parent

9d6916b4bd2ec82e8ddecf5453695d8712068837

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

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

@@ -295,6 +295,8 @@ scr.resizeSig().attach(this);

scr.reconfigureSig().attach(this); // if alpha changed (we disablethis signal when we get theme change sig) frame.pixmap = None; + // move the frame out of sight for a moment + frame.window.move(-frame.window.width(), -frame.window.height()); // setup timer m_timer.setTimeout(200); // default timeout m_timer.fireOnce(true);