Alex Tarkovsky
b914b584ca
Fix more config docstrings
2007-10-13 08:51:33 +00:00
Andrea Rossato
d861a52ff5
DragPane: haddock fixes
2007-10-13 09:04:37 +00:00
Andrea Rossato
b2ddabb016
TagWindows.hs: haddock fixes
2007-10-13 09:04:13 +00:00
Andrea Rossato
6ab50d3f84
Tabbed: haddock fixes
2007-10-13 09:03:42 +00:00
Andrea Rossato
4077ad6406
Roledex.hs: haddock fixes
2007-10-13 09:03:23 +00:00
Andrea Rossato
da576a4140
ResizableTile.hs: haddock fixes
2007-10-13 09:02:33 +00:00
Andrea Rossato
99ddf09560
CycleWS: typo
2007-10-13 09:01:45 +00:00
Andrea Rossato
af99f4b319
CopyWindow.hs: type signature for copy
2007-10-13 09:01:22 +00:00
Andrea Rossato
c3c2499052
Circle.hs: haddock fixes
2007-10-13 09:01:00 +00:00
Andrea Rossato
a056f10710
Accordion.hs: haddock fixes
2007-10-13 09:00:38 +00:00
Don Stewart
d699957320
clean up DynamicLog.hs
2007-10-13 19:51:29 +00:00
Devin Mullins
51d60c7a33
remove old TODOs (fix darcs conflict)
2007-10-12 15:48:59 +00:00
Devin Mullins
96bc2749ae
haddock improvement
2007-10-12 14:54:47 +00:00
Joachim Fasting
4b5a4b7a23
MetaModule.hs: add RunInXTerm and XUtils.
2007-10-12 11:42:52 +00:00
nornagon
979968bb49
Add documentation to Dishes.hs
2007-10-12 07:29:53 +00:00
Devin Mullins
0927815c14
doco fix: s/SomeLayout/Layout/g
2007-10-12 02:59:53 +00:00
Andrea Rossato
a85718506b
Haddock fixes
2007-10-12 10:04:16 +00:00
Alex Tarkovsky
85794b9558
Fix EwmhDesktops, ManageDocks, and SetWMName compilation for amd64
2007-10-10 21:38:53 +00:00
Karsten Schoelzel
26dc3c05f2
Export hasTag
2007-10-11 09:55:04 +00:00
Eric Mertens
f883fe0e9a
Improve readability of RotView
2007-10-11 17:52:00 +00:00
Juraj Hercek
0ea83bd92f
Added wmii like actions extension.
2007-10-10 20:14:52 +00:00
Spencer Janssen
df3d489284
Remove spurious output from ShellPrompt
2007-10-11 18:28:16 +00:00
l.mai
39b30296c5
add/reformat (commented out) tracing code to SwitchTrans
2007-10-11 02:21:39 +00:00
l.mai
183b6fb563
NoBorders bugfix (I hope)
...
David Roundy should probably have a look at this, but this change makes sense
to me. Plus it makes NoBorders work in combination with SwitchTrans. :-)
2007-10-11 02:17:56 +00:00
gwern0
762681f9bd
XSelection.hs: Implement Andrea's idea for handling non-UTF-8 string cases
2007-10-10 02:06:16 +00:00
Spencer Janssen
144e8baf53
Add XSelection to MetaModule
2007-10-10 16:03:40 +00:00
gwern0
749f309474
XSelection.hs: a new module for XMonadContrib dealing with copy-and-paste
...
This is based on Andrea Rossato's standalone tools and is meant for integration straight into a Config.hs. It offers two main functions, 'getSelection' and 'putSelection', whose names should be self-explanatory.
2007-10-08 22:27:06 +00:00
Andrea Rossato
0dfef633ab
Add WindowPrompt: the XPrompt equivalent of WindowBringer
2007-10-09 16:40:47 +00:00
Andrea Rossato
de16d4587c
WindowBringer: export windowMapWith used by WindowPrompt
2007-10-09 16:35:05 +00:00
Andrea Rossato
e30a4dc136
MetaModule: added WindowPrompt
2007-10-09 16:34:45 +00:00
Spencer Janssen
5519714921
LayoutScreens: update docs
2007-10-08 16:14:41 +00:00
Spencer Janssen
bc768af023
TwoPane: update docs
2007-10-08 16:13:45 +00:00
Andrea Rossato
87966eb05e
DragPane: no need to deal with expose events in this simplified version
2007-10-08 14:38:01 +00:00
David Roundy
dcd7388f1b
make createNewWindow set background and foreground to a given color.
...
This means we don't need to draw colors that are this color. Also
speeds up redrawing, since the X server can do all the drawing on its
own, without talking with xmonad.
2007-10-08 12:52:06 +00:00
Shachaf Ben-Kiki
9c4d32fe12
Fix more LANGUAGE pragmas
...
This patch should go after my other one -- I'd missed some files that used
-fglasgow-exts.
2007-10-08 11:52:29 +00:00
Shachaf Ben-Kiki
73c055bd46
Add LANGUAGE pragams
...
It seems that GHC 6.6 just enables -fglasgow-exts when it sees any LANGUAGE
pragma, so not all of them were added; this patch adds the rest of them, which
is necessary for xmonad to compile in GHC >=6.7.
2007-10-08 02:21:41 +00:00
l.mai
6120380809
fix SwitchTrans some more
2007-10-07 22:41:16 +00:00
Devin Mullins
11687d63fb
update doco
2007-10-07 21:59:06 +00:00
Devin Mullins
ad9e827492
add bringMenu, and extract duplication
2007-10-07 21:55:32 +00:00
Andrea Rossato
c415ab00b7
DragPane must handle ExposeEvent too
2007-10-08 07:47:02 +00:00
gwern0
a82a44282f
ShellPrompt.hs: add getShellCompl to export list
...
getShellCompl is useful for writing prompts in Config.hs or even full standalone prompts; and personally, if a small utility function like 'split' can be exported, how much more so something useful like getShellCompl?
2007-10-07 22:02:36 +00:00
Andrea Rossato
574cb0baa0
Tabbed and XPrompt updated to lates Extras changes
2007-10-07 16:38:25 +00:00
Devin Mullins
e421157aa4
doc fixes for ManageDocks
2007-10-07 20:40:16 +00:00
l.mai
d4c9f0ead8
fix(?) SwitchTrans (makes noBorders work again)
2007-10-07 19:30:55 +00:00
l.mai
e02ad926e0
avoid compiler warning in FlexibleManipulate
2007-10-07 16:35:09 +00:00
gwern0
51084b8e64
update NoBorders.hs configuration documentation
...
It seems 'noBorder full' no longer hacks it.
2007-10-07 19:06:21 +00:00
Devin Mullins
5ea3b29dd5
d'oh, add WindowBringer to MetaModule
2007-10-07 18:51:38 +00:00
Devin Mullins
51d770e1e6
Maybe? What Maybe? (rollback earlier dmenu change)
2007-10-07 18:59:15 +00:00
Devin Mullins
367210bae1
Enter WindowBringer, Bringer of Windows.
2007-10-07 17:36:33 +00:00
Devin Mullins
87a35e799a
add dmenuMap function
2007-10-07 17:25:43 +00:00