
2 Aug
2012
2 Aug
'12
10:38 p.m.
On Wed, Aug 1, 2012 at 11:15 PM, z_axis
I know each workspace can have different layout. However, i want all windows in one workspace float automatically.
Sincerely!
Hi z axis, There are some layouts which manage windows just like floating layer in xmonad core. One is XMonad.Layout.SimplestFloat. So if you use it together with XMonad.Layout.PerWorkspace you probably get what you're asking for. -- Adam