Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
athleteDetailed_lastname :: AthleteDetailed -> Textstrive Strive.Types.Athletes No documentation available.
athleteSummary_lastname :: AthleteSummary -> Textstrive Strive.Types.Athletes No documentation available.
-
verset Verset No documentation available.
withLastMinimized :: (Window -> X ()) -> X ()xmonad-contrib XMonad.Actions.Minimize Perform an action with last minimized window on current workspace or do nothing if there is no minimized windows on current workspace
withLastMinimized' :: (Maybe Window -> X ()) -> X ()xmonad-contrib XMonad.Actions.Minimize Like withLastMinimized but the provided action is always invoked with a 'Maybe Window', that will be nothing if there is no last minimized window.
-
xmonad-contrib XMonad.Actions.RepeatAction Runs the last remembered action. Be careful not to include this action in the remembered actions!
getLastFocusedTopics :: X [Topic]xmonad-contrib XMonad.Actions.TopicSpace Deprecated: Use XMonad.Hooks.WorkspaceHistory.workspaceHistory (re-exported by this module) instead
reverseLastFocusedTopics :: X ()xmonad-contrib XMonad.Actions.TopicSpace Reverse the list of "last focused topics"
setLastFocusedTopic :: TopicConfig -> Topic -> (Topic -> Bool) -> X ()xmonad-contrib XMonad.Actions.TopicSpace Deprecated: Use XMonad.Hooks.WorkspaceHistory instead
shiftNthLastFocused :: Int -> X ()xmonad-contrib XMonad.Actions.TopicSpace Shift the focused window to the Nth last focused topic, or fall back to doing nothing.