X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=scrotwm.c;h=78318358bae0c0dd7164d19b581e990ba9b7d531;hb=b9f59efc8d3035c91884980f92fc7a7ac81d193b;hp=29d22e9bab1267b2d637474d98f3a3ac567af261;hpb=2a214e3e6cab1e778ec552e6f45330c9ccbe2664;p=spectrwm.git diff --git a/scrotwm.c b/scrotwm.c index 29d22e9..7831835 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -1041,6 +1041,7 @@ focus(struct swm_region *r, union arg *args) if (winfocus == winlostfocus) return; + XMapRaised(display, winfocus->id); focus_win(winfocus); XSync(display, False); }