Andrea Rossato
a7da5dd460
Prompt: add some methods to make completions more flexible
...
- now it is possible to decide if the prompt will complete the last
word of the command line or the whole line (default is the last
word);
- completing the last word can be fine tuned by implementing
'commandToComplete' and 'completionToCommand': see comments for
details;
- move mkComplFunFromList' from TagWindows to Prompt.
2008-02-16 13:34:54 +00:00
Andrea Rossato
c948559c53
Add Actions.MouseResize: a layout modifier to resize windows with the mouse
2008-02-12 17:34:55 +00:00
Brent Yorgey
8f71c70d37
WindowGo.hs: fix syntax in example
2008-02-09 22:51:35 +00:00
gwern0
37748e0b26
+doc for WindowGo.hs: I've discovered a common usecase for me for raiseMaybe
2008-02-05 03:21:55 +00:00
its.sec
3e5b16da3d
add swapScreen to CycleWS
...
* add support for swapping the workspaces on screens to CycleWS
2008-02-06 19:10:32 +00:00
gwern0
4c7a536465
XMonad.Actions.WindowGo: add a runOrRaise module for Joseph Garvin with the help of Spencer Janssen
2008-02-04 17:34:02 +00:00
Brent Yorgey
e6d229e8e1
CycleWS: change example binding for toggleWS from mod-t to mod-z. example bindings shouldn't conflict with default key bindings.
2008-02-01 20:21:26 +00:00
Brent Yorgey
5492a1265e
REMOVE RotView: use CycleWS instead.
...
See CycleWS docs for info on switching, or just look at the changes to
XMonad.Config.Droundy.
2008-02-01 18:06:18 +00:00
Brent Yorgey
1cfbd20de1
CycleWS: add more general functionality that now subsumes the functionality of RotView. Now with parameterized workspace sorting and predicates!
2008-02-01 12:15:24 +00:00
Brent Yorgey
e685c5d0ff
Search.hs: haddock cleanup
2008-01-31 16:19:48 +00:00
v.dijk.bas
f2877c4f20
Added a handy tip to the documentation of XMonad.Actions.Search
...
The tip explains how to use the submap action to create a handy submap of keybindings for searching.
2008-01-31 12:26:20 +00:00
Roman Cheplyaka
bb1fce547f
add XMonad.Actions.CycleSelectedLayouts
2008-01-16 20:50:20 +00:00
Brent Yorgey
63a63b3bd0
Search.hs: add documentation and two more search engines (MathWorld and Google Scholar)
2008-01-28 19:04:43 +00:00
Andrea Rossato
396ae4e77c
Action.Search: small haddock fixes
2008-01-13 09:26:46 +00:00
Joachim Fasting
9b0a2649b6
Correct caps in module header.
2007-12-30 06:19:20 +00:00
Joachim Fasting
8454e5d6b3
Use LANGUAGE pragma.
2007-12-30 06:18:17 +00:00
mail
35c5c1eaf0
shiftPrevScreen and shiftNextScreen, to make CycleWS consistent
2007-12-31 17:16:09 +00:00
Spencer Janssen
0bf616d2fb
-Wall police
2007-12-28 06:18:22 +00:00
mail
54c138c4f0
Add support for cycling through screens to CycleWS
2007-12-27 18:26:35 +00:00
Andrea Rossato
f6723df7d8
XMonad.Actions.Search: haddock fix
2007-12-24 17:11:15 +00:00
gwern0
9e28c1ce37
Search.hs: +docs, and export simpleEngine so users can define their own
2007-12-24 04:38:28 +00:00
gwern0
7b3466d9a9
Search.hs: mv into Actions/ per IRC suggestion
2007-12-24 04:37:35 +00:00
Lukas Mai
bf55da2bad
add XMonad.Actions.NoBorders
2007-12-20 20:39:53 +00:00
Spencer Janssen
e11534fa56
Factor workspace sorting into a separate module
2007-12-22 10:41:14 +00:00
Spencer Janssen
662eeb7e5f
No more tabs
2007-12-22 05:04:39 +00:00
Spencer Janssen
9997b18970
Update various restart bindings
2007-12-19 22:06:34 +00:00
Spencer Janssen
71f87d5804
Remove inaccurate comment about 'banish'
2007-12-17 23:15:40 +00:00
Brent Yorgey
0d5de727c3
Warp.hs: haddock fixes
2007-12-17 22:47:12 +00:00
gwern0
697d9e21b7
Warp.hs: +doc
...
Describe how to emulate Ratpoison's 'banish' functionality on one's config
2007-12-16 03:00:15 +00:00
Spencer Janssen
503cb539af
More import pruning
2007-12-08 01:48:46 +00:00
Spencer Janssen
3a522e7e3c
Remove XMonad.Operations imports
2007-12-08 00:05:47 +00:00
Spencer Janssen
4f7764ca8b
Prune more imports
2007-12-07 23:51:16 +00:00
Spencer Janssen
dc11825588
Remove redundant imports
2007-12-07 23:38:27 +00:00
Brent Yorgey
98840048e5
DynamicWorkspaces: haddock updates
2007-11-27 22:00:33 +00:00
Brent Yorgey
26e5824938
WmiiActions: haddock updates
2007-11-27 19:44:27 +00:00
Brent Yorgey
d6af9405ba
WindowBringer: haddock updates
2007-11-27 19:39:48 +00:00
Brent Yorgey
3a6e31a64f
Warp: haddock updates
2007-11-27 19:37:17 +00:00
Brent Yorgey
a24f632959
TagWindows: haddock updates
2007-11-27 19:32:13 +00:00
Brent Yorgey
99e858140c
SwapWorkspaces: haddock updates
2007-11-27 19:26:34 +00:00
Brent Yorgey
eb6c642fd9
SimpleDate, Submap: modMask --> modMask x
2007-11-27 19:20:39 +00:00
Brent Yorgey
0cce3cff7e
Submap: haddock updates
2007-11-27 19:18:41 +00:00
Brent Yorgey
913bd274b3
SinkAll: haddock updates
2007-11-27 19:13:18 +00:00
Brent Yorgey
dbff738cda
SimpleDate: haddock updates; more specific imports
2007-11-27 19:08:32 +00:00
Brent Yorgey
971c34ba4a
RotView: haddock updates
2007-11-27 18:57:41 +00:00
Andrea Rossato
d5533e4dec
CopyWindow: fixed docs
2007-11-25 12:14:18 +00:00
Brent Yorgey
93fd3f0f7d
RotSlaves: haddock updates
2007-11-24 17:45:18 +00:00
Brent Yorgey
0564291490
MouseGestures: haddock updates
2007-11-24 17:33:51 +00:00
Brent Yorgey
09faa86c16
Haddock docs: modMask --> modMask x
2007-11-24 02:26:35 +00:00
Brent Yorgey
f8a054f592
FocusNth: haddock updates
2007-11-24 02:22:49 +00:00
Brent Yorgey
82d9e02b96
FloatKeys: haddock updates
2007-11-24 00:37:02 +00:00