From cae6f2bc049d4b7ed57a7a18a828bc4ea35df4aa Mon Sep 17 00:00:00 2001 From: Arnout Date: Wed, 29 Aug 2012 00:18:46 +0200 Subject: Add '-d' for dockapp mode This makes xmobar work in windowmanagers that support _NET_WM_WINDOW_TYPE_DOCK but not _NET_WM_STRUT, such as Notion --- src/Config.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Config.hs') diff --git a/src/Config.hs b/src/Config.hs index a6ad3e2..97040f1 100644 --- a/src/Config.hs +++ b/src/Config.hs @@ -77,6 +77,7 @@ 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 ) -- cgit v1.2.3