mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-15 20:23:55 -07:00
Removed an extraneous comment that had been accidentally left in place.
This commit is contained in:
@@ -674,7 +674,7 @@ doScreenNavigation conf dir act cur wsrects
|
|||||||
-- these lists for all visible workspaces.)
|
-- these lists for all visible workspaces.)
|
||||||
doLineNavigation :: Eq a => Direction2D -> Rect a -> [Rect a] -> Maybe a
|
doLineNavigation :: Eq a => Direction2D -> Rect a -> [Rect a] -> Maybe a
|
||||||
doLineNavigation dir (cur, rect) winrects
|
doLineNavigation dir (cur, rect) winrects
|
||||||
| null winrects' = Nothing -- doCenterNavigation dir (cur, rect) winrects
|
| null winrects' = Nothing
|
||||||
| otherwise = Just . fst $ L.foldl1' closer winrects'
|
| otherwise = Just . fst $ L.foldl1' closer winrects'
|
||||||
where
|
where
|
||||||
-- The current window's center
|
-- The current window's center
|
||||||
|
Reference in New Issue
Block a user