jeschli xmonad: pc_cellwidth 256 -> 100

This commit is contained in:
jeschli 2018-09-25 19:37:36 +02:00
parent eed2c14ee7
commit 3216875c5b

View File

@ -222,7 +222,7 @@ myKeys conf = Map.fromList $
pagerConfig :: PagerConfig
pagerConfig = def
{ pc_font = myFont
, pc_cellwidth = 256
, pc_cellwidth = 100
--, pc_cellheight = 36 -- TODO automatically keep screen aspect
--, pc_borderwidth = 1
--, pc_matchcolor = "#f0b000"