brandon s allbery kf8nh

Results 304 comments of brandon s allbery kf8nh

Oh, I see, you're doing this in the wrong place. `spawnAndDo` replaces the spawn action via keybinding or whatever. If you want to capture any window in the `manageHook`, you...

Try appending `>> idHook`: ("M-S-p", spawnAndDo (liftX (withFocused (sendMessage $ pullGroup L)) >> idHook) "rofi -show drun"), But this too has a problem: xmonad won't have focused the window until...

Well. I know what they're talking about, but I don't know `SubLayouts` well enough to know how to do it properly. I can say the "state" they're talking about is...

I am not averse to providing an _option_ for it; I am averse to removing the existing behavior entirely, as not everyone uses or wants EWMH. As the current behavior...

On Tue, Nov 22, 2016 at 12:59 PM, Bogdan Sinitsyn [email protected] wrote: > The only difference from current behaviour is that new version minimizes > windows, that present on multiple...

Just to be clear on this: #2 above is not a question of "if xmonad were clever enough we could make it work". It is a fundamental conflict between the...

In neither the old nor new styles would it be mapped. It should still be present as a child of the root. That said, `queryTree` is rather inefficient. You'd probably...

You are safe either way. I'm just suggesting something faster (and less "hammer the X server") than `queryTree`, and that if you use it you also don't need `isClient` any...

On Wed, Nov 9, 2016 at 4:54 PM, Ivan Malison [email protected] wrote: > Does anyone know why this original proposal was rejected? The layoutHook is a function. The only way...

On Wed, Nov 9, 2016 at 5:03 PM, Ivan Malison [email protected] wrote: > But for some reason I was unable to make the following code compile You are basically finding...