Andrea Rossato
d29003cfc1
LayoutScreen: haddock cleanup
2007-08-05 21:58:00 +00:00
Andrea Rossato
d06d656dd4
XPrompt.hs: getCompletion should check for completions of the last word of the command line
2007-08-05 12:41:30 +00:00
Peter De Wachter
5b3bbf21b0
work around Magnifier's problems with floating windows
2007-08-05 14:10:51 +00:00
Spencer Janssen
ec1c059de5
Add Roledex to MetaModule
2007-08-06 15:16:28 +00:00
Andrea Rossato
ecaaa5ac11
XPrompt.hs: read history lazily
...
Instead of forcing the reading of all the history file we read it lazily.
2007-08-04 18:59:14 +00:00
Andrea Rossato
f26609aeca
XPrompt.hs: removed defaultPromptConfig. use defautlXPConfig instead
2007-08-04 18:32:52 +00:00
Don Stewart
87c8bf1339
weird formatting fixed
2007-08-06 03:27:39 +00:00
tim.thelion
12e85ccf29
rolodex
...
Cascading windows...
2007-08-04 23:57:30 +00:00
Andrea Rossato
973ffbcf22
XPrompt.hs: haddock corrections and some comments
2007-08-04 10:46:22 +00:00
Andrea Rossato
49a8c77adf
XMonadPrompt.hs: minor haddock corrections
2007-08-04 10:45:34 +00:00
Andrea Rossato
c3da853d3b
SwitchTrans.hs: minor haddock corrections
2007-08-04 10:44:58 +00:00
Andrea Rossato
c8fb4b763c
SshPrompt.hs: minor haddock corrections
2007-08-04 10:44:41 +00:00
Andrea Rossato
fb2a279ce5
ShellPrompt.hs: minor haddock corrections
2007-08-04 10:44:08 +00:00
Andrea Rossato
8013b54f40
FlexibleManipulate.hs: minor haddock corrections
2007-08-04 10:43:30 +00:00
Andrea Rossato
dfec5aa7e9
MetaModule: added XPrompt and others
...
XPrompt, XMonadPrompt, SshPrompt.
ShellPrompt is commented out since it requires readline and the related
xmonad.cabal modifications.
2007-08-04 09:30:49 +00:00
Andrea Rossato
2be1438c27
XPrompt: fixes a couple of bugs
...
- we run the action passed to mkXPrompt only if we have a command;
- updateWindows must call destroyComplWin if there are no completions;
- some comments (more to come)
- a shorthand in keyPressHandle
- removed all warnings
2007-08-04 09:08:17 +00:00
Karsten Schoelzel
6dcf6e4ce2
RotSlaves rework
...
Rework the logic of RotSlaves and rename it RotSlavesDown, add RotSlavesUp. These rotate
the slaves in different directions.
Also changed the usage, eliminating the need for "windows" in the keybinding.
2007-08-03 18:53:37 +00:00
Andrea Rossato
4c69e6a515
XPrompt: code cleanup
...
The completion list is not cached anymore: this greatly simplify the code
making its runtime behaviour more predictable...;-) Suggested by Spencer.
2007-08-03 18:19:05 +00:00
Spencer Janssen
9118713ded
Make 'compList :: [String]', rather than Maybe. No completions is represented by []
2007-08-03 16:04:24 +00:00
Spencer Janssen
1f41555d4c
Rename 'setCompletionList' to 'refreshCompletionList'
2007-08-03 15:59:42 +00:00
Andrea Rossato
950f39761e
XPrompt: added comletion and history support
...
This is a long patch the brings us a real prompt, more or less: completions
now work. Added history support, with a configuration option: defaul history
size is 256.
defaultPromptConfig is now deprecated: please use defaultXPConfig instead
2007-08-03 15:45:31 +00:00
Andrea Rossato
807942087a
Prompts: updated and corrected usage info
2007-08-03 13:01:58 +00:00
Spencer Janssen
75ce0d29d6
Make the XPrompt appear on the current screen
2007-08-02 18:42:31 +00:00
Andrea Rossato
4f84466904
XPrompt: a module for easily writing graphical prompts
2007-08-02 17:15:52 +00:00
Andrea Rossato
56a40fc39f
XMonadPrompt: a graphical prompt for running XMonad internal commands
2007-08-02 16:53:36 +00:00
Andrea Rossato
b559cd85eb
SshPrompt: a graphical prompt for ssh connection
2007-08-02 15:59:43 +00:00
Andrea Rossato
8bce5f221b
ShellPrompt: a graphical shell prompt
...
This module requires readline and so a modification to xmonad.cabal. See
usage for instructions.
2007-08-02 15:58:45 +00:00
joachim.fasting
8ca61eaa9a
FlexibleManipulate.hs: needs -fglasgow-exts to compile.
2007-08-02 14:40:42 +00:00
joachim.fasting
3e8da5c992
MetaModule.hs: add FocusNth.
2007-08-02 14:40:23 +00:00
Spencer Janssen
9094973d15
Add ThreeColumns to MetaModule
2007-08-02 14:33:56 +00:00
Spencer Janssen
cda6312efb
Add RotSlaves to MetaModule
2007-08-02 14:33:34 +00:00
Hans Philipp Annen
869ed87b3c
RotSlaves
2007-08-02 09:44:08 +00:00
joachim.fasting
f77cadaa5e
DeManage.hs: haddock compatibility.
2007-07-25 10:09:10 +00:00
Michael G. Sloan
00bb7bb013
Fix warnings in FlexibleManipulate (Sorry!)
2007-07-29 03:24:07 +00:00
Michael G. Sloan
7b3510429a
Add FlexibleManipulate extension
2007-07-29 03:14:02 +00:00
Andrea Rossato
773367e6b8
Commands: refactoring to include in MetaModule
...
Just a small refactooring (well, now runCommand requires a command list, and
I added runCommand's that will take a string to run it against the default
command list) to include this module in MetaModule so that we can track it
in case of API changes (this patch has been requested by Spencer).
2007-07-28 13:20:29 +00:00
l.mai
1ab925579c
SwitchTrans.hs, initial version
2007-07-28 15:38:26 +00:00
David Roundy
1847aa7982
fix WorkspaceDir (which was broken) using LayoutHelpers.
2007-07-26 13:35:20 +00:00
Karsten Schoelzel
628244f06d
FocusNth initial import
2007-07-25 20:33:05 +00:00
David Roundy
3861c22e8b
use a little more contrast in default tabs.
2007-07-24 14:37:23 +00:00
Kai Grossjohann
2bcc607718
3col fix: do not switch to tall layout on resize/incmastern
2007-07-23 21:27:54 +00:00
Kai Grossjohann
1845dcf2dd
3col rounding
2007-07-21 20:40:26 +00:00
Kai Grossjohann
4293273c0c
fix 3col layout for nmaster + 1 windows
...
Do like two column layout if there are nmaster+1 windows (putting 1 window
in the right column).
2007-07-21 15:08:25 +00:00
Kai Grossjohann
614d5d6c1a
Three column layout
...
This layout is similar to tall, but has three columns. The first column
is the master column.
2007-07-21 14:46:54 +00:00
bobstopper
d090fe96f3
Made the direction of spiral in Spiral.hs optionally configurable
2007-07-21 00:23:07 +00:00
Spencer Janssen
4d973004ff
DeManage: take a Window as argument
2007-07-18 20:44:10 +00:00
Spencer Janssen
455f95eb12
Typo
2007-07-18 20:40:41 +00:00
Spencer Janssen
1f668eecf6
Add XMonadContrib.DeManage: a module for unmanaging windows (like panels)
2007-07-18 20:31:07 +00:00
Andrea Rossato
9ca82609b4
Tabbed.hs: corrected error in Usage reported by Xavier Maillard
2007-07-17 05:00:34 +00:00
Andrea Rossato
d2427ab85b
fixes Commands.hs
2007-07-16 16:40:17 +00:00