From 3c043243153b90d1a4c49cf63361f5cb5eaa1d17 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Tue, 27 Jan 2009 23:25:33 +0100 Subject: X.A.SinkAll: re-add accidentally deleted usage documentation darcs-hash:20090127222533-1e371-150111a8ef4d250420e8809a254c5232f353dc55.gz --- XMonad/Actions/SinkAll.hs | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'XMonad') 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". -- cgit v1.2.3