summaryrefslogtreecommitdiffstats
path: root/xmonad.hs
diff options
context:
space:
mode:
Diffstat (limited to 'xmonad.hs')
-rw-r--r--xmonad.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmonad.hs b/xmonad.hs
index 8865171..2893d9e 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -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
}
--