diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2011-07-18 12:44:55 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2011-07-18 12:44:55 +0200 |
commit | 4292cbce3e1f77bae0297cea20b2e3fe67f98121 (patch) | |
tree | 9f3d60f29b77fdde12ea31ffb6d370d31218c246 /src | |
parent | 0b92eda1bbf0793360460c054607cc5cb8fd148e (diff) | |
download | phi-4292cbce3e1f77bae0297cea20b2e3fe67f98121.tar phi-4292cbce3e1f77bae0297cea20b2e3fe67f98121.zip |
Don't change the ordering of the window list we get from _NET_CLIENT_LIST, as that is the order we tab through
Diffstat (limited to 'src')
-rw-r--r-- | src/Phi.hs | 2 |
1 files changed, 1 insertions, 1 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) } |