From d94b30a09a226170aa7dd36c633be67f6a594230 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Mon, 14 Sep 2015 19:31:14 +0200 Subject: New font --- xmonad.hs | 6 +++--- 1 file 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 } -- -- cgit v1.2.3