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.
switchNthLastFocused :: TopicConfig -> Int -> X ()xmonad-contrib XMonad.Actions.TopicSpace Switch to the Nth last focused topic or fall back to the defaultTopic.
switchNthLastFocusedByScreen :: TopicConfig -> Int -> X ()xmonad-contrib XMonad.Actions.TopicSpace Like switchNthLastFocused, but only consider topics that used to be on the current screen. For example, the following function allows one to toggle between the currently focused and the last used topic, while treating different screens completely independently from one another.
toggleTopicScreen = switchNthLastFocusedByScreen myTopicConfig 1
switchNthLastFocusedExclude :: [Topic] -> TopicConfig -> Int -> X ()xmonad-contrib XMonad.Actions.TopicSpace Like switchNthLastFocused, but also filter out certain topics.
module XMonad.Hooks.
RefocusLast Provides hooks and actions that keep track of recently focused windows on a per workspace basis and automatically refocus the last window on loss of the current (if appropriate as determined by user specified criteria).
-
xmonad-contrib XMonad.Hooks.RefocusLast A LayoutModifier that updates the RecentWins for a workspace upon relayout.
RefocusLastLayoutHook :: RefocusLastLayoutHook axmonad-contrib XMonad.Hooks.RefocusLast No documentation available.
-
xmonad-contrib XMonad.Hooks.RefocusLast A newtype on Bool to act as a universal toggle for refocusing.
RefocusLastToggle :: Bool -> RefocusLastTogglexmonad-contrib XMonad.Hooks.RefocusLast No documentation available.
refocusLastLayoutHook :: l a -> ModifiedLayout RefocusLastLayoutHook l axmonad-contrib XMonad.Hooks.RefocusLast Records a workspace's recently focused windows into extensible state upon relayout. Potentially a less wasteful alternative to refocusLastLogHook, as it does not run on WM_NAME propertyNotify events.
-
xmonad-contrib XMonad.Hooks.RefocusLast A log hook recording the current workspace's most recently focused windows into extensible state.