diff options
author | Brent Yorgey <byorgey@gmail.com> | 2008-03-11 19:17:15 +0100 |
---|---|---|
committer | Brent Yorgey <byorgey@gmail.com> | 2008-03-11 19:17:15 +0100 |
commit | 18b1df2187dadbe60ebd4bf43d54fe4397094422 (patch) | |
tree | b18add1508297c82fe3a2f7e739d6f3706f81d9c /XMonad/Util | |
parent | 05ae4aeac574eb72ad407c8bbde389463f161f7c (diff) | |
download | XMonadContrib-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')
-rw-r--r-- | XMonad/Util/Scratchpad.hs | 10 |
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 ( |