From 6e734f688b8becc9aedb5873d882e6f3d86ab5e1 Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Sun, 4 Oct 2009 18:08:16 +0200 Subject: Add a screenshots section in the A.GridSelect haddocks Ignore-this: be358c0173df3d02b45526c134604f4e darcs-hash:20091004160816-1499c-b4ab2eac8d068054c52ae83a84e2f551db40f340.gz --- XMonad/Actions/GridSelect.hs | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'XMonad') diff --git a/XMonad/Actions/GridSelect.hs b/XMonad/Actions/GridSelect.hs index 81db676..4ca34bc 100644 --- a/XMonad/Actions/GridSelect.hs +++ b/XMonad/Actions/GridSelect.hs @@ -39,6 +39,9 @@ module XMonad.Actions.GridSelect ( fromClassName, defaultColorizer, colorRangeFromClassName + + -- * Screenshots + -- $screenshots ) where import Data.Maybe import Data.Bits @@ -68,16 +71,22 @@ import Data.Word (Word8) -- -- > , ((modMask x, xK_g), goToSelected defaultGSConfig) -- --- Screenshot: --- --- <> --- -- This module also supports displaying arbitrary information in a grid and letting -- the user select from it. E.g. to spawn an application from a given list, you -- can use the following: -- -- > , ((modMask x, xK_s), spawnSelected defaultGSSpawnConfig ["xterm","gmplayer","gvim"]) +-- $screenshots +-- +-- Selecting a workspace: +-- +-- <> +-- +-- Selecting a window by title: +-- +-- <> + data GSConfig a = GSConfig { gs_cellheight :: Integer, gs_cellwidth :: Integer, -- cgit v1.2.3