From 6286b30a91b0938a598f25ff461c5982db366ac3 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 10 Sep 2013 21:48:55 +0200 Subject: Set border width to 0 for new windows --- XMonad/Operations.hs | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.2.3