From de224f0ead3c76d6dca4c72fd6c4def15ca858bc Mon Sep 17 00:00:00 2001 From: Dmitry Malikov Date: Sun, 20 Jan 2013 02:01:10 +0400 Subject: New XPositions: TopP and BottomP --- src/Config.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Config.hs') diff --git a/src/Config.hs b/src/Config.hs index 622c79c..6ab3f8d 100644 --- a/src/Config.hs +++ b/src/Config.hs @@ -23,6 +23,7 @@ module Config , runnableTypes ) where + import Commands import {-# SOURCE #-} Runnable import Plugins.Monitors @@ -73,7 +74,9 @@ data Config = data XPosition = Top | TopW Align Int | TopSize Align Int Int + | TopP Int Int | Bottom + | BottomP Int Int | BottomW Align Int | BottomSize Align Int Int | Static {xpos, ypos, width, height :: Int} -- cgit v1.2.3