mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 04:01:51 -07:00
Add Font layer supporting an Xft backend. Make Tabbed.hs a user of this layer.
This commit is contained in:
@@ -26,7 +26,7 @@ library
|
||||
else
|
||||
build-depends: base < 3
|
||||
|
||||
build-depends: mtl, unix, X11==1.3.0.20071111, xmonad==0.4
|
||||
build-depends: mtl, unix, X11==1.3.0.20071111, xmonad==0.4, utf8-string, X11-xft
|
||||
ghc-options: -Wall -Werror
|
||||
exposed-modules: Documentation
|
||||
XMonad.Actions.Commands
|
||||
@@ -106,6 +106,7 @@ library
|
||||
XMonad.Util.Dmenu
|
||||
XMonad.Util.Dzen
|
||||
XMonad.Util.EZConfig
|
||||
XMonad.Util.Font
|
||||
XMonad.Util.Invisible
|
||||
XMonad.Util.NamedWindows
|
||||
XMonad.Util.Run
|
||||
|
Reference in New Issue
Block a user