
12 Dec
2011
12 Dec
'11
7:44 p.m.
Hello everybody, I have decided to post my patch to improve GridSelect so that you can choose the grid shape and you can sort elements. I decided to do this patch because I don't like the idea to use a diamond grid for my workspaces without any order. It is too confusing for me. With my patch gridselect can show workspaces in a row sorted by tag. The defaultGSConfig has not been touched so that my patch will not break existent configuration using that. If you want to show and sort workspaces in a row you can change your xmonad.hs by putting this: gridselectWorkspace defaultGSConfig { gs_shaper = line, gs_elementSort = sort } where sort is the function from the list module. Good night, MP