[XMonad] Fix goToNextScreen
This commit is contained in:
parent
1c6c49bf26
commit
0741c10b47
@ -728,7 +728,7 @@ goToNextScreen ws =
|
||||
nextScreen = getNextScreen ws
|
||||
screenEq a b = W.screen a == W.screen b
|
||||
trimmedVisible =
|
||||
(filter (screenEq nextScreen) $ W.visible ws)
|
||||
(filter (not . screenEq nextScreen) $ W.visible ws)
|
||||
|
||||
goToNextScreenX = windows goToNextScreen
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user