brandon s allbery kf8nh

Results 568 comments of brandon s allbery kf8nh

I can't think of anything; unless the `clientMask` is not being applied properly for some reason, it should work.

Now that I've thought about it a bit, we found a similar behavior in a small program intended to add a "fake" frame window to try to work around programs...

XMonad can't tell the difference between the two inputs, so they should behave the same way unless there's something in the hardware or the server interfering. (It's possible to split...

No, but it might conceivably affect this. Splitting the inputs would require first unbinding one or both devices from the "virtual input device" shown in the device tree.

Some notes on that SO answer: 1. there is `clickJustFocuses = False` in recent (0.11 and later) xmonad, which passes clicks through. This is not general, however. 2. xdotool, and...

Not that difficult, either: remember its state in XS on entering fullscreen, use saved state to put it back floating or tiled afterward, include an extra hook for delete window...

XLFD (https://en.wikipedia.org/wiki/X_logical_font_description)

`logHook`, yes. We already fire the `logHook` very early; before the `startupHook` in fact, at least 4 times judging by my testing.

LayoutBuilder is likely to be deprecated in favor of Combo-based layouts; consider using that instead. On Fri, Apr 14, 2017 at 3:20 PM, Nikolay Yakimov wrote: > Problem Description >...

https://github.com/xmonad/xmonad-contrib/blob/master/XMonad/Hooks/DynamicProperty.hs and Spotify is indeed the example of its use. That said, such applications are violating ICCWM and EWMH so I don't see much point in catering to them specifically.