Tomas Janousek
79b130b9d6
Add some docs references for workspace filtering
2021-10-20 14:51:23 +01:00
slotThe
38c11c1e3c
Add "Description" field to module headers
...
Fixes: https://github.com/xmonad/xmonad-contrib/issues/592
2021-09-26 14:15:54 +02:00
slotThe
ea09fc2bf4
Fix GHC warning: -Wdeprecations
...
Related: https://github.com/xmonad/xmonad-contrib/issues/537
2021-05-21 17:37:09 +02:00
Brent Yorgey
b435a6a519
suppress some warnings under ghc 6.12.1 and clean up redundant imports to get rid of some others.
2010-01-12 17:25:07 +00:00
Wirt Wolff
cc2fb2c10d
U.Scratchpad: doc add disable-factory flag to gnome-terminal example
...
Few systems have --disable-factory on by default, but it's needed to
set custom resource string.
http://code.google.com/p/xmonad/issues/detail?id=308
2009-08-18 19:25:03 +00:00
konstantin.sobolev
cb9ab874ce
ScratchpadRewrite
...
Scratchpad reimplementation in terms of NamedScratchpad. No interface changes.
2009-04-28 20:01:36 +00:00
Adam Vogt
cc84480c99
Correct many typos in the documentation, consistent US spellingg
2009-06-18 00:37:29 +00:00
wirtwolff
c1c5b8d08e
U.Scratchpad: add general spawn action to close issue 249
...
Adds scratchpadSpawnActionCustom where user specifies how to set
resource to "scratchpad". This allows use of gnome-terminal, etc.
Add detail to RationalRectangle documentation; strip trailing spaces.
2009-02-14 00:36:42 +00:00
Braden Shepherdson
ae1010882a
Added function to filter out scratchpad workspace for use with ewmhLogHookCustom.
2008-07-06 16:10:27 +00:00
Braden Shepherdson
7cc6859496
Now using -name instead of -title as the term app argument, and correspondingly resource for the ManageHook.
2008-06-08 18:07:48 +00:00
Braden Shepherdson
244c75bee7
Replaced old "spawn on mod+s" semantics with "spawn/summon or banish on mod+s".
...
Originally the key binding just spawned a new floating terminal on every keypress.
Now it spawns if it doesn't exist, summons from another workspace if it does but
isn't visible, or banishes it to a dynamically created workspace if it is on the
current workspace.
2008-06-08 04:54:57 +00:00
Braden Shepherdson
aa9e7ca663
Added scratchpadSpawnActionTerminal to specify the terminal program directly as a String.
2008-06-08 03:26:19 +00:00
Braden Shepherdson
744b8197ee
Removed odd scratchpadSpawnDefault, improved documentation.
2008-06-08 03:24:39 +00:00
Brent Yorgey
bf8268c003
Scratchpad: update to work with runLayout changes
2008-03-11 18:17:15 +00:00
Brent Yorgey
9eeca8057b
XMonad.Util.Scratchpad: change 'XConfig Layout' to 'XConfig l', to avoid type mismatches; the exact layout type doesn't actually matter
2008-02-27 01:42:01 +00:00
Braden Shepherdson
04a8c51f95
Scratchpad terminal
...
Key binding and ManageHook to pop up a small, floating terminal window for a few quick commands.
Combined with a utility like detach[1], makes a great X application launcher.
Requires my two new ManageHooks (doRectFloat, specifically).
[1] http://detach.sourceforge.net
2008-02-25 18:36:33 +00:00