aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/SinkAll.hs
diff options
context:
space:
mode:
authorBrent Yorgey <byorgey@cis.upenn.edu>2009-01-27 23:25:33 +0100
committerBrent Yorgey <byorgey@cis.upenn.edu>2009-01-27 23:25:33 +0100
commit3c043243153b90d1a4c49cf63361f5cb5eaa1d17 (patch)
tree63e44996792b49856ba98517b6a0e00d3bc66613 /XMonad/Actions/SinkAll.hs
parent612619d57711601d13c9d65fa7077c281c6c09f1 (diff)
downloadXMonadContrib-3c043243153b90d1a4c49cf63361f5cb5eaa1d17.tar.gz
XMonadContrib-3c043243153b90d1a4c49cf63361f5cb5eaa1d17.tar.xz
XMonadContrib-3c043243153b90d1a4c49cf63361f5cb5eaa1d17.zip
X.A.SinkAll: re-add accidentally deleted usage documentation
darcs-hash:20090127222533-1e371-150111a8ef4d250420e8809a254c5232f353dc55.gz
Diffstat (limited to '')
-rw-r--r--XMonad/Actions/SinkAll.hs13
1 files changed, 13 insertions, 0 deletions
diff --git a/XMonad/Actions/SinkAll.hs b/XMonad/Actions/SinkAll.hs
index 34a104f..cea8960 100644
--- a/XMonad/Actions/SinkAll.hs
+++ b/XMonad/Actions/SinkAll.hs
@@ -19,3 +19,16 @@ module XMonad.Actions.SinkAll (
sinkAll) where
import XMonad.Actions.WithAll (sinkAll)
+
+-- $usage
+--
+-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@:
+--
+-- > import XMonad.Actions.SinkAll
+--
+-- then add a keybinding; for example:
+--
+-- , ((modMask x .|. shiftMask, xK_t), sinkAll)
+--
+-- For detailed instructions on editing your key bindings, see
+-- "XMonad.Doc.Extending#Editing_key_bindings".