
16 Oct
2012
16 Oct
'12
11:50 a.m.
Quoting Daniel Trstenjak
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