Don't change the ordering of the window list we get from _NET_CLIENT_LIST, as that is the order we tab through

This commit is contained in:
Matthias Schiffer 2011-07-18 12:44:55 +02:00
parent 0b92eda1bb
commit 4292cbce3e
2 changed files with 8 additions and 11 deletions

View file

@ -41,7 +41,7 @@ main = do
}
theTaskbar = taskbar defaultTaskbarConfig { normalTaskStyle = taskStyle {taskIconStyle = desaturateIconStyle 0.7}
theTaskbar = taskbar defaultTaskbarConfig { normalTaskStyle = taskStyle {taskIconStyle = desaturateIconStyle 0.6}
, activeTaskStyle = taskStyle {taskBorder = activeTaskBorder}
, desktopStyle = Just (normalDesktopStyle, currentDesktopStyle)
}