mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-29 19:21:51 -07:00
Remove trailing whitespace.
This commit is contained in:
@@ -116,7 +116,7 @@ data OnHost l1 l2 a = OnHost [String]
|
||||
instance (LayoutClass l1 a, LayoutClass l2 a, Show a) => LayoutClass (OnHost l1 l2) a where
|
||||
runLayout (W.Workspace i p@(OnHost hosts _ lt lf) ms) r = do
|
||||
h <- io $ getEnv "HOST"
|
||||
if maybe False (`elemFQDN` hosts) h
|
||||
if maybe False (`elemFQDN` hosts) h
|
||||
then do (wrs, mlt') <- runLayout (W.Workspace i lt ms) r
|
||||
return (wrs, Just $ mkNewOnHostT p mlt')
|
||||
else do (wrs, mlt') <- runLayout (W.Workspace i lf ms) r
|
||||
|
@@ -453,7 +453,7 @@ emacsLikeXPKeymap = M.fromList $
|
||||
, (xK_b, moveCursor Prev) -- move cursor forward
|
||||
, (xK_f, moveCursor Next) -- move cursor backward
|
||||
, (xK_BackSpace, killWord Prev) -- kill the previous word
|
||||
, (xK_y, pasteString)
|
||||
, (xK_y, pasteString)
|
||||
, (xK_g, quit)
|
||||
, (xK_bracketleft, quit)
|
||||
] ++
|
||||
|
Reference in New Issue
Block a user