summaryrefslogtreecommitdiffhomepage
path: root/src/Config.hs
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2012-08-30 01:37:44 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2012-08-30 01:37:44 +0200
commit30c6cf7152ac88c49527a84f6e95f0731b64f03a (patch)
treefbac4f1ea30d8f5552b7c0a4020f3495f36a7b89 /src/Config.hs
parentf7076307b7e896e6d776e319fddff860b63f735f (diff)
downloadxmobar-30c6cf7152ac88c49527a84f6e95f0731b64f03a.tar.gz
xmobar-30c6cf7152ac88c49527a84f6e95f0731b64f03a.tar.bz2
Revert "Add '-d' for dockapp mode"
This reverts commit cae6f2bc049d4b7ed57a7a18a828bc4ea35df4aa, until we find a reason why it's causing high CPU consumption in the X server.
Diffstat (limited to 'src/Config.hs')
-rw-r--r--src/Config.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Config.hs b/src/Config.hs
index 97040f1..a6ad3e2 100644
--- a/src/Config.hs
+++ b/src/Config.hs
@@ -77,7 +77,6 @@ data XPosition = Top
| BottomSize Align Int Int
| Static {xpos, ypos, width, height :: Int}
| OnScreen Int XPosition
- | Docked
deriving ( Read, Eq )
data Align = L | R | C deriving ( Read, Eq )