From b516dc1136a8f6cc49d7f23fa96189d740b2ab51 Mon Sep 17 00:00:00 2001 From: gwern0 Date: Sun, 15 Jan 2012 23:30:13 +0100 Subject: XMonad.Actions.PhysicalScreens: fix typo spotted by Chris Pick Ignore-this: eb73b33b07dc58a36d3aa00bc8ac31c2 darcs-hash:20120115223013-f7719-4228a5965af6cfa3a770103ee4d856df3f7540cc.gz --- XMonad/Actions/PhysicalScreens.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'XMonad/Actions/PhysicalScreens.hs') diff --git a/XMonad/Actions/PhysicalScreens.hs b/XMonad/Actions/PhysicalScreens.hs index 7ba3ce5..fe89566 100644 --- a/XMonad/Actions/PhysicalScreens.hs +++ b/XMonad/Actions/PhysicalScreens.hs @@ -41,7 +41,7 @@ and then left-to-right. Example usage in your @~\/.xmonad\/xmonad.hs@ file: -> import XMonad.Actions.PhysicalSCreens +> import XMonad.Actions.PhysicalScreens > , ((modMask, xK_a), onPrevNeighbour W.view) > , ((modMask, xK_o), onNextNeighbour W.view) @@ -112,4 +112,3 @@ onNextNeighbour = neighbourWindows 1 -- | Apply operation on a WindowSet with the WorkspaceId of the previous screen in the physical order as parameter. onPrevNeighbour :: (WorkspaceId -> WindowSet -> WindowSet) -> X () onPrevNeighbour = neighbourWindows (-1) - -- cgit v1.2.3