diff options
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Actions/GridSelect.hs | 4 |
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. -- ----------------------------------------------------------------------------- |