aboutsummaryrefslogtreecommitdiffstats
path: root/Operations.hs
diff options
context:
space:
mode:
authorJason Creighton <jcreigh@gmail.com>2007-04-23 07:08:24 +0200
committerJason Creighton <jcreigh@gmail.com>2007-04-23 07:08:24 +0200
commita94cf2318601048a99c6f0ae1860d3d07aab39d4 (patch)
treee89c503a4e198c17f5045e3ce14d71028b022af8 /Operations.hs
parentd382df701e5f2d40eb9f9772cd6b8820dc9be04f (diff)
downloadxmonad-a94cf2318601048a99c6f0ae1860d3d07aab39d4.tar.gz
xmonad-a94cf2318601048a99c6f0ae1860d3d07aab39d4.tar.xz
xmonad-a94cf2318601048a99c6f0ae1860d3d07aab39d4.zip
force window border to 1px
darcs-hash:20070423050824-b9aa7-3fc8d9ad35a886852f035f8dabb0abaaee912ede.gz
Diffstat (limited to 'Operations.hs')
-rw-r--r--Operations.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Operations.hs b/Operations.hs
index 17280a2..4346398 100644
--- a/Operations.hs
+++ b/Operations.hs
@@ -159,6 +159,7 @@ manage w = do
withDisplay $ \d -> io $ do
selectInput d w $ structureNotifyMask .|. enterWindowMask .|. propertyChangeMask
mapWindow d w
+ setWindowBorderWidth d w 1
windows $ W.push w
-- | unmanage. A window no longer exists, remove it from the window