summaryrefslogtreecommitdiffstats
path: root/XMonad/Core.hs
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-09-09 04:12:24 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-09-09 18:23:17 +0200
commitbbf6258aaef308f2d564b4253d37e6c19f8050d9 (patch)
tree3615fd2ef9a00fc803c500ee05e5c2e3a8eeecb6 /XMonad/Core.hs
parentc4630dfd41c7ee2bdb2cc9f75a139b51e28ea9e4 (diff)
downloadmetatile-bbf6258aaef308f2d564b4253d37e6c19f8050d9.tar
metatile-bbf6258aaef308f2d564b4253d37e6c19f8050d9.zip
Don't use X borders
Diffstat (limited to 'XMonad/Core.hs')
-rw-r--r--XMonad/Core.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/XMonad/Core.hs b/XMonad/Core.hs
index e60a01a..958cd68 100644
--- a/XMonad/Core.hs
+++ b/XMonad/Core.hs
@@ -107,7 +107,6 @@ data XConfig l = XConfig
-- ^ The key binding: a map from key presses and actions
, mouseBindings :: !(XConfig Layout -> M.Map (ButtonMask, Button) (Window -> X ()))
-- ^ The mouse bindings
- , borderWidth :: !Dimension -- ^ The border width
, logHook :: !(X ()) -- ^ The action to perform when the windows set is changed
, startupHook :: !(X ()) -- ^ The action to perform on startup
, focusFollowsMouse :: !Bool -- ^ Whether window entry events can change focus