mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 04:01:51 -07:00
X.H.FloatNext: export X.H.ToggleHook.runLogHook
Otherwise the user has to import XMonad.Hooks.ToggleHook as well, which he didn't have to in earlier versions.
This commit is contained in:
@@ -33,7 +33,8 @@ module XMonad.Hooks.FloatNext ( -- * Usage
|
||||
-- * 'DynamicLog' utilities
|
||||
-- $pp
|
||||
, willFloatNextPP
|
||||
, willFloatAllNewPP ) where
|
||||
, willFloatAllNewPP
|
||||
, runLogHook ) where
|
||||
|
||||
import XMonad
|
||||
import XMonad.Hooks.ToggleHook
|
||||
|
Reference in New Issue
Block a user