X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scrotwm.c;h=6ff67a1cc317f0c4cd81bae1316ab149e77374e6;hb=fd728cbbe47028d98db4f61a63e2bbeaeef748b5;hp=f277ea42b003fe6b7d94ef4180e2472188e917fb;hpb=1b589d81a40060e02d9335a1e9396c83f20d749f;p=spectrwm.git diff --git a/scrotwm.c b/scrotwm.c index f277ea4..6ff67a1 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -2179,8 +2179,8 @@ manage_window(Window id) set_win_state(win, NormalState); - /* floaters need this */ - if (win->floating) + /* floaters need to be mapped if they are in the current workspace */ + if (win->floating && (ws->idx == r->ws->idx)) XMapRaised(display, win->id); /* make new win focused */