forked from colonelpanic/dotfiles
[XMonad] Build with ghc 8.6
This commit is contained in:
parent
8389279a02
commit
6a1249d5b1
@ -31,8 +31,10 @@ xVisibleProp = getAtom "_XMONAD_VISIBLE_WORKSPACES"
|
|||||||
-- | Add support for the \"Current Layout\" and \"Visible Workspaces\" custom
|
-- | Add support for the \"Current Layout\" and \"Visible Workspaces\" custom
|
||||||
-- hints to the given config.
|
-- hints to the given config.
|
||||||
pagerHints :: XConfig a -> XConfig a
|
pagerHints :: XConfig a -> XConfig a
|
||||||
pagerHints c = c { handleEventHook = handleEventHook c +++ pagerHintsEventHook
|
pagerHints c =
|
||||||
, logHook = logHook c +++ pagerHintsLogHook }
|
c { handleEventHook = handleEventHook c +++ pagerHintsEventHook
|
||||||
|
, logHook = logHook c +++ pagerHintsLogHook
|
||||||
|
}
|
||||||
where x +++ y = x `mappend` y
|
where x +++ y = x `mappend` y
|
||||||
|
|
||||||
-- | Update the current values of both custom hints.
|
-- | Update the current values of both custom hints.
|
||||||
|
@ -8,7 +8,7 @@ packages:
|
|||||||
extra-dep: true
|
extra-dep: true
|
||||||
extra-deps:
|
extra-deps:
|
||||||
- X11-xft-0.3.1
|
- X11-xft-0.3.1
|
||||||
resolver: lts-11.7
|
resolver: lts-13.2
|
||||||
nix:
|
nix:
|
||||||
packages:
|
packages:
|
||||||
- pkgconfig
|
- pkgconfig
|
||||||
@ -18,3 +18,4 @@ nix:
|
|||||||
- xorg.libXinerama
|
- xorg.libXinerama
|
||||||
- xorg.libXrandr
|
- xorg.libXrandr
|
||||||
- xorg.libXrender
|
- xorg.libXrender
|
||||||
|
- xorg.libXScrnSaver
|
||||||
|
Loading…
Reference in New Issue
Block a user