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:
parent
0b92eda1bb
commit
4292cbce3e
2 changed files with 8 additions and 11 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Reference in a new issue