mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-11 02:01:51 -07:00
Wibble
This commit is contained in:
@@ -107,7 +107,7 @@ windows f = do
|
|||||||
ws = f old
|
ws = f old
|
||||||
XConf { display = d , normalBorder = nbc, focusedBorder = fbc } <- ask
|
XConf { display = d , normalBorder = nbc, focusedBorder = fbc } <- ask
|
||||||
|
|
||||||
mapM_ setInitialProperties (W.allWindows ws \\ W.allWindows old)
|
mapM_ setInitialProperties newwindows
|
||||||
|
|
||||||
whenJust (W.peek old) $ \otherw -> io $ setWindowBorder d otherw nbc
|
whenJust (W.peek old) $ \otherw -> io $ setWindowBorder d otherw nbc
|
||||||
modify (\s -> s { windowset = ws })
|
modify (\s -> s { windowset = ws })
|
||||||
|
Reference in New Issue
Block a user