summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2011-07-18 12:44:55 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2011-07-18 12:44:55 +0200
commit4292cbce3e1f77bae0297cea20b2e3fe67f98121 (patch)
tree9f3d60f29b77fdde12ea31ffb6d370d31218c246 /src
parent0b92eda1bbf0793360460c054607cc5cb8fd148e (diff)
downloadphi-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.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Phi.hs b/src/Phi.hs
index e9bf43f..4749bde 100644
--- a/src/Phi.hs
+++ b/src/Phi.hs
@@ -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)
}