Joachim Fasting
3ce4b71b13
LayoutChoice.hs: add LANGUAGE pragma.
2007-09-19 21:28:15 +00:00
Joachim Fasting
1f3bdd659a
SinkAll.hs: -Wall police.
2007-09-19 21:23:59 +00:00
gwern0
8d29875f8b
XPrompt.hs: replace 'borderWidth' with 'borderPixel'
...
borderWidth is already defined in Config.hs. Thus, if one attempted to use a prompt configuration different than defaultXPConfig, and one defined it in one's Config.hs where it should be, then the borderWidth field would cause a warning by -Wall, since borderWidth is already a name being used by XMonad at large.
2007-09-18 16:29:50 +00:00
Spencer Janssen
4d2170bbb4
Operations.sink is gone
2007-09-17 21:41:13 +00:00
Spencer Janssen
6c7fde2991
Match 'Remove Operations functions which have StackSet equivalents' from the core
2007-09-17 21:33:29 +00:00
Brandon S Allbery KF8NH
67779476ed
SshPrompt.hs: fix some copy/paste errors, rebind sshPrompt to not conflict with xmonadPrompt
...
Just a minor patch to the comments/documentation, which was clearly copied
unchanged from ShellPrompt.hs.
2007-09-16 18:25:20 +00:00
David Roundy
2aaadede35
make fixedLayout accept a list of Rectangles.
...
This works nicely for describing a fixed xinerama-like layout.
(e.g. when using two distinct VNC clients to log into a single
VNC server and attain multiheadedness).
2007-09-11 13:48:45 +00:00
Michael Fellinger
44a2e41a15
Fixing some typos and grammar in documentation.
2007-09-11 02:31:58 +00:00
Michael Fellinger
0994d187f2
Typo in Tabbed.hs documentation
2007-09-11 02:18:15 +00:00
Brandon S Allbery KF8NH
f5f674280d
ssh-global-known-hosts
...
Add support for global ssh known hosts file, which is checked for via
$SSH_KNOWN_HOSTS or a standard list of locations. This is stripped of
comments and hashed hosts, combined with the local hosts file (which is
trated the same way), and duplicates eliminated.
2007-09-09 22:24:32 +00:00
David Roundy
451b5e869d
add LayoutChoice module.
2007-09-06 15:49:55 +00:00
Joachim Fasting
220d6b1888
FloatKeys.hs: needs -fglasgow-exts to compile.
2007-09-09 14:42:15 +00:00
Joachim Fasting
0bf45b94cf
DragPane.hs: needs -fglasgow-exts to compile.
2007-09-09 14:42:05 +00:00
Karsten Schoelzel
9ab2d77798
Unify Drag(UpDown)Pane
2007-09-04 21:03:12 +00:00
David Roundy
3c72df8713
add function and comment assisting use in resizing the screen.
2007-09-06 12:55:43 +00:00
Karsten Schoelzel
883854c1e8
Add FloatKeys for moving and resizing of floating windows with the keyboard
2007-09-05 21:25:31 +00:00
Karsten Schoelzel
e345ad893d
Fix FlexibleResize for change in applySizeHints
2007-09-05 19:39:26 +00:00
David Roundy
c0ed2a6bbc
make dragPane handle thinner.
2007-09-05 12:41:39 +00:00
David Roundy
c7728a6b6a
cleanup in WorkspaceDir.
2007-08-27 18:58:33 +00:00
Ivan Tarasov
29a9eb9f5a
new SetWMName module, useful for working around problems running Java GUI applications.
2007-08-26 00:44:11 +00:00
David Roundy
4efa95ece0
remove LayoutHooks module (which is unused).
2007-08-23 15:45:20 +00:00
David Roundy
5943b98bf2
cleanup in DwmPromote.
2007-08-23 15:54:37 +00:00
David Roundy
266f5cfc0a
cleanup in ViewPrev.
2007-08-23 15:54:05 +00:00
David Roundy
4b9bfe0a8a
clean up CopyWindow.
2007-08-23 15:59:12 +00:00
Spencer Janssen
0f1618bac9
Add CycleWS to MetaModule
2007-09-05 20:31:37 +00:00
Andrea Rossato
12503e090a
CycleWS: a couple of simple functions to cycle between workspaces
2007-08-21 06:11:32 +00:00
David Roundy
e0a509171e
make Contrib use WorkspaceId = type String.
2007-08-20 11:38:13 +00:00
Spencer Janssen
4c2017bf36
Add HintedTile docstring
2007-09-05 20:03:10 +00:00
Alex Tarkovsky
d0adeca94a
Docstring parser for generating xmonad build configs with default settings for extensions
2007-09-05 20:01:28 +00:00
Spencer Janssen
39180985fb
TAG 0.3
2007-09-05 02:29:47 +00:00
Don Stewart
dd3bd26cec
docs not generated in DragPane.hs
2007-09-04 23:24:47 +00:00
Spencer Janssen
9d9316beff
HintedTile typo
v0.3
2007-09-04 20:28:04 +00:00
Spencer Janssen
804e932f9b
HintedTile
2007-09-04 20:22:19 +00:00
Spencer Janssen
9f442ed41a
Doc fixes for DragPane
2007-09-04 20:18:47 +00:00
Andrea Rossato
8a5e61d0df
XPrompt: a very long string in the completion list can lead to a division by zero
2007-08-30 14:15:24 +00:00
Andrea Rossato
3a2c49b148
XPrompt.hs: remove debugging bits
2007-08-28 08:12:35 +00:00
David Roundy
9994baef5d
make code more compact in XPrompt.
2007-08-27 19:18:30 +00:00
Andrea Rossato
8935f2aa65
XPrompt: just code formatting
2007-08-22 19:32:20 +00:00
David Roundy
7551c79496
fix bug leading to early exit in XPrompt.
2007-08-27 18:58:58 +00:00
David Roundy
ebe8385a4f
fix bug where we draw divider for DragPane even if there's just one window.
2007-08-23 15:58:10 +00:00
Spencer Janssen
d9258cb5fa
CopyWindow: update usage info
2007-08-20 23:28:34 +00:00
David Roundy
253fab0861
add DragPane.
2007-08-13 14:40:07 +00:00
David Roundy
be4a63dd2c
fix bug in Combo where we ignored changes in super.
2007-08-13 14:35:00 +00:00
David Roundy
c6cfe936b2
remove redundant fromIntegral from Commands.
2007-08-20 00:09:25 +00:00
Jason Creighton
85b66b5919
Mosaic.hs (really) Fix incorrect usage example
...
"tall" and "wide" are anachronisms as well. It makes me wonder how we can
and/or should give examples like this that don't bitrot and confuse newbies.
2007-08-18 21:57:25 +00:00
Jason Creighton
1712b74326
Mosaic.hs: Fix incorrect usage example
2007-08-18 21:28:54 +00:00
Andrea Rossato
ff2461714a
XPrompt: haddock tuning and more comments
2007-08-18 08:34:23 +00:00
Andrea Rossato
d1521fc0c7
SwitchTrans:: haddock tuning
2007-08-18 08:34:01 +00:00
Andrea Rossato
965a639fc4
RunInXTerm: haddock tuning
2007-08-18 08:33:29 +00:00
Andrea Rossato
840c18cb0a
RotSlaves: haddock tuning
2007-08-18 08:33:06 +00:00