Discussion:
[xmonad] custom floating in manageHook
Peet
2021-03-21 07:11:38 UTC
Permalink
hi, I'm Peet.

I have another question.

can i do customFloating in myManageHook? so i can run mpv with a custom
size and position when it floating.

Thank you

config in attachment.
Platon Pronko
2021-03-21 12:52:54 UTC
Permalink
Hi!

I do it like this:

, role =? "mycalc" --> doRectFloat (W.RationalRect (1/10) (5/10) (2/9) (2/9))


Best regards,
Platon Pronko
Post by Peet
hi, I'm Peet.
I have another question.
can i do customFloating in myManageHook? so i can run mpv with a custom size and position when it floating.
Thank you
config in attachment.
_______________________________________________
xmonad mailing list
http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad
Loading...