Issue 53 in xmonad: Workspace list should be preserved

Issue 53: Workspace list should be preserved http://code.google.com/p/xmonad/issues/detail?id=53 New issue report by nomeata: The user specifies workspaces in a certain order in Config.hs. It should be possible, for example, to write workspaces = words "Work Web Email Somethingelse" Currently, StackSet.workspaces returns the workspaces in a seemingly random order. This should return the same order as specified by the user. Suggestion: newtype WorkspaceId = (Int, String) When creating the list of workspace Ids, use zip Config.workspaces [1..] Thanks, Joachim Issue attributes: Status: New Owner: ---- Labels: Type-Defect Priority-Medium -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
participants (1)
-
codesite-noreply@google.com