aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/Scratchpad.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey2010-01-121-1/+0
* U.Scratchpad: doc add disable-factory flag to gnome-terminal exampleWirt Wolff2009-08-181-3/+2
* ScratchpadRewritekonstantin.sobolev2009-04-281-43/+10
* Correct many typos in the documentation, consistent US spellinggAdam Vogt2009-06-181-1/+1
* U.Scratchpad: add general spawn action to close issue 249wirtwolff2009-02-141-13/+23
* Added function to filter out scratchpad workspace for use with ewmhLogHookCus...Braden Shepherdson2008-07-061-0/+7
* Now using -name instead of -title as the term app argument, and corresponding...Braden Shepherdson2008-06-081-4/+4
* Replaced old "spawn on mod+s" semantics with "spawn/summon or banish on mod+s".Braden Shepherdson2008-06-081-21/+77
* Added scratchpadSpawnActionTerminal to specify the terminal program directly ...Braden Shepherdson2008-06-081-0/+6
* Removed odd scratchpadSpawnDefault, improved documentation.Braden Shepherdson2008-06-081-14/+9
* Scratchpad: update to work with runLayout changesBrent Yorgey2008-03-111-5/+5
* XMonad.Util.Scratchpad: change 'XConfig Layout' to 'XConfig l', to avoid type...Brent Yorgey2008-02-271-2/+2
* Scratchpad terminalBraden Shepherdson2008-02-251-0/+81