[xmonad] Floating window with respected size hint (xmonad 0.10)
wagnerdm at seas.upenn.edu
wagnerdm at seas.upenn.edu
Tue Oct 16 17:50:30 CEST 2012
Quoting Daniel Trstenjak <daniel.trstenjak at gmail.com>:
> I tried it with this minimal xmonad config:
> main = xmonad $ defaultConfig {manageHook = composeAll [className =?
> "xclock" --> doFloat]}
At least here, xclock has
WM_CLASS = "xclock", "XClock"
which corresponds to appName =? "xclock" or className =? "XClock".
~d
More information about the xmonad
mailing list