aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/Scratchpad.hs
diff options
context:
space:
mode:
authorBrent Yorgey <byorgey@gmail.com>2008-03-11 19:17:15 +0100
committerBrent Yorgey <byorgey@gmail.com>2008-03-11 19:17:15 +0100
commit18b1df2187dadbe60ebd4bf43d54fe4397094422 (patch)
treeb18add1508297c82fe3a2f7e739d6f3706f81d9c /XMonad/Util/Scratchpad.hs
parent05ae4aeac574eb72ad407c8bbde389463f161f7c (diff)
downloadXMonadContrib-18b1df2187dadbe60ebd4bf43d54fe4397094422.tar.gz
XMonadContrib-18b1df2187dadbe60ebd4bf43d54fe4397094422.tar.xz
XMonadContrib-18b1df2187dadbe60ebd4bf43d54fe4397094422.zip
Scratchpad: update to work with runLayout changes
darcs-hash:20080311181715-bd4d7-5cff794736dff51acbdf3c6383f465b6707bfab3.gz
Diffstat (limited to 'XMonad/Util/Scratchpad.hs')
-rw-r--r--XMonad/Util/Scratchpad.hs10
1 files changed, 5 insertions, 5 deletions
diff --git a/XMonad/Util/Scratchpad.hs b/XMonad/Util/Scratchpad.hs
index b9b4405..6e124e3 100644
--- a/XMonad/Util/Scratchpad.hs
+++ b/XMonad/Util/Scratchpad.hs
@@ -14,14 +14,14 @@
-- into a launchpad for X apps.
--
-- By default, your xmonad terminal is used, and mod+s is the hotkey.
--- The default ManageHook uses a centered, half-screen-wide,
+-- The default ManageHook uses a centered, half-screen-wide,
-- quarter-screen-tall window.
-- The key, position and size are configurable.
--
-- The terminal application must support the @-title@ argument.
-- Known supported terminals: rxvt, rxvt-unicode, xterm.
--- Most others are likely to follow the lead set by xterm.
---
+-- Most others are likely to follow the lead set by xterm.
+--
-- Add the following to your xmonad.hs keybindings to use the default mod+s:
--
-- > scratchpadSpawnDefault conf
@@ -29,11 +29,11 @@
-- Or specify your own key binding, with the action:
--
-- > scratchpadSpawnAction conf
---
+--
-- And add one of the @scratchpadManageHook*@s to your ManageHook list.
-- The default rectangle is half the screen wide and a quarter of the
-- screen tall, centered.
---
+--
-----------------------------------------------------------------------------
module XMonad.Util.Scratchpad (