[xmonad] Resize NamedScratchpad with respect to screen size

Brandon Allbery allbery.b at gmail.com
Tue Mar 14 22:07:21 UTC 2023


On Tue, Mar 14, 2023 at 6:04 PM Alexander Iliev
<sasoiliev+xmonad at mamul.org> wrote:
> My question is - can I resize the scratchpad window I'm pulling into the
> current workspace with respect to the size of the screen that this
> workspace is displayed on?

Currently there is no control over this. It's not impossible, but
would require a `handleEventHook` to catch the `MapNotifyEvent` for
the `NamedScratchpad` window and resize it.

-- 
brandon s allbery kf8nh
allbery.b at gmail.com


More information about the xmonad mailing list