From 2a6ac58c71368977a114fb2d6883b64c747f232c Mon Sep 17 00:00:00 2001 From: brandon s allbery kf8nh Date: Tue, 12 Jul 2022 14:25:13 -0400 Subject: [PATCH] change a `defaultGSConfig` doc to a `def` --- XMonad/Actions/GridSelect.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMonad/Actions/GridSelect.hs b/XMonad/Actions/GridSelect.hs index b4e297d1..191b7356 100644 --- a/XMonad/Actions/GridSelect.hs +++ b/XMonad/Actions/GridSelect.hs @@ -124,7 +124,7 @@ import Data.Word (Word8) -- > ... -- > gsconfig1 = def { gs_cellheight = 30, gs_cellwidth = 100 } -- --- An example where 'buildDefaultGSConfig' is used instead of 'defaultGSConfig' +-- An example where 'buildDefaultGSConfig' is used instead of 'def' -- in order to specify a custom colorizer is @gsconfig2@ (found in -- "XMonad.Actions.GridSelect#Colorizers"): --