aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Actions')
-rw-r--r--XMonad/Actions/CycleWindows.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/XMonad/Actions/CycleWindows.hs b/XMonad/Actions/CycleWindows.hs
index 1a21957..a1d2fee 100644
--- a/XMonad/Actions/CycleWindows.hs
+++ b/XMonad/Actions/CycleWindows.hs
@@ -9,7 +9,9 @@
-- Portability : unportable
--
-- Provides bindings to cycle windows up or down on the current workspace
--- stack while maintaining focus in place. Bindings are available to:
+-- stack while maintaining focus in place.
+--
+-- Bindings are available to:
--
-- * Cycle nearby or nth windows into the focused frame
--