mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
X.H.Rescreen: import X.Prelude
A race condition between merging the Prelude PR and the Rescreen PR. :-)
This commit is contained in:
parent
fa3536b40b
commit
0de958e09c
@ -19,11 +19,9 @@ module XMonad.Hooks.Rescreen (
|
|||||||
rescreenHook,
|
rescreenHook,
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Control.Monad (void)
|
|
||||||
import Data.Monoid (All(..))
|
|
||||||
|
|
||||||
import Graphics.X11.Xrandr
|
import Graphics.X11.Xrandr
|
||||||
import XMonad
|
import XMonad
|
||||||
|
import XMonad.Prelude
|
||||||
import qualified XMonad.Util.ExtensibleConf as XC
|
import qualified XMonad.Util.ExtensibleConf as XC
|
||||||
|
|
||||||
-- $usage
|
-- $usage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user