[xmonad] Default Floating Window Criteria (rdesktop)

Brandon Allbery allbery.b at gmail.com
Sun Mar 6 21:08:13 UTC 2016


On Sun, Mar 6, 2016 at 4:05 PM, Jason Schulz <jason at schulz.name> wrote:

> Is there a simple way to sink a window through manageHook?
> XMonad.ManageHook
> has a doFloat, but no corresponding doSink.
>

    import qualified XMonad.StackSet as W

then in the manageHook you can use

    doF W.sink

(Things like doFloat are just convenience wrappers for this mechanism;
doFloat is doF W.float.)

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/xmonad/attachments/20160306/fee9a3eb/attachment.html>


More information about the xmonad mailing list