summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--XMonad/Operations.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/XMonad/Operations.hs b/XMonad/Operations.hs
index 79feba1..6bb2dae 100644
--- a/XMonad/Operations.hs
+++ b/XMonad/Operations.hs
@@ -181,6 +181,7 @@ setInitialProperties :: Window -> X ()
setInitialProperties w = withDisplay $ \d -> do
setWMState w iconicState
asks (clientMask . config) >>= io . selectInput d w
+ io $ setWindowBorderWidth d w 0
-- | refresh. Render the currently visible workspaces, as determined by
-- the 'StackSet'. Also, set focus to the focused window.