mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-31 12:11:53 -07:00
Make border width configurable
This commit is contained in:
@@ -161,7 +161,7 @@ manage w = do
|
||||
withDisplay $ \d -> io $ do
|
||||
selectInput d w $ structureNotifyMask .|. enterWindowMask .|. propertyChangeMask
|
||||
mapWindow d w
|
||||
setWindowBorderWidth d w 1
|
||||
setWindowBorderWidth d w borderWidth
|
||||
windows $ W.push w
|
||||
|
||||
-- | unmanage. A window no longer exists, remove it from the window
|
||||
|
Reference in New Issue
Block a user