summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xmonad.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmonad.hs b/xmonad.hs
index 9cc350e..7d574a4 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -266,6 +266,7 @@ alexTheme = defaultTheme
alexXPConfig :: XPConfig
alexXPConfig = P.defaultXPConfig
{ P.font = font
+ , P.height = 20
}
historyGridConfig :: HasColorizer a => GSConfig a