diff options
-rw-r--r-- | xmonad.hs | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -65,7 +65,7 @@ import EZConfig import Pass font :: String -font = "-*-terminus-medium-r-normal-*-12-*-*-*-*-*-*-*" +font = "xft:Hack:size=10" term :: String term = "urxvt" @@ -195,14 +195,14 @@ alexTheme = defaultTheme , inactiveTextColor = "#ffffff" , activeTextColor = "#ffffff" , fontName = font - , decoHeight = 15 + , decoHeight = 19 } historyGridConfig = defaultGSConfig { gs_cellheight = 50 , gs_cellwidth = 300 , gs_navigate = navNSearch - , gs_font = "xft:Droid Sans Mono Slashed-8" + , gs_font = font } -- |