aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions
diff options
context:
space:
mode:
authorDaniel Schoepe <asgaroth_@gmx.de>2009-04-22 19:25:10 +0200
committerDaniel Schoepe <asgaroth_@gmx.de>2009-04-22 19:25:10 +0200
commit1790c8cd14a9f983b43385df140ac498a6b18b56 (patch)
tree4e508565204165568f87eb5c6d587d67a2e4e097 /XMonad/Actions
parent2c2e4ce205fcfe57a1228863bdecd7b486ea3787 (diff)
downloadXMonadContrib-1790c8cd14a9f983b43385df140ac498a6b18b56.tar.gz
XMonadContrib-1790c8cd14a9f983b43385df140ac498a6b18b56.tar.xz
XMonadContrib-1790c8cd14a9f983b43385df140ac498a6b18b56.zip
Update haddock description for Actions.GridSelect
Ignore-this: db5a2c009f7e88647f168ccb225d6219 darcs-hash:20090422172510-cb1c6-69b4896adbdc1014e1f9b70fe0f15f65529ddd5a.gz
Diffstat (limited to 'XMonad/Actions')
-rw-r--r--XMonad/Actions/GridSelect.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Actions/GridSelect.hs b/XMonad/Actions/GridSelect.hs
index 9101174..064d041 100644
--- a/XMonad/Actions/GridSelect.hs
+++ b/XMonad/Actions/GridSelect.hs
@@ -9,8 +9,8 @@
-- Stability : unstable
-- Portability : unportable
--
--- GridSelect displays a 2D grid of windows to navigate with cursor
--- keys and to select with return.
+-- GridSelect displays items(e.g. the opened windows) in a 2D grid and lets
+-- the user select from it with the cursor/hjkl keys or the mouse.
--
-----------------------------------------------------------------------------