all repos — fluxbox @ 59761a0f2521d4e9deca41d42caf24f9433378c7

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

59761a0f2521d4e9deca41d42caf24f9433378c7

parent

bf4a4b1ce3a3132a67392406b30c0d1c93c5563f

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

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

@@ -55,10 +55,9 @@ if (button == 1) {

if (index >= 0 && index < screen->getIconCount()) { FluxboxWindow *win = screen->getIcon(index); - if (win) { + if (win) win->deiconify(); - win->setInputFocus(); - } + } if (! (screen->getWorkspacemenu()->isTorn() || isTorn()))