Spencer Janssen
33740d99d6
Add Cabal stuff
2007-11-01 20:20:41 +00:00
David Roundy
722b99dd83
make Hierarchical LayoutCombinators.
2007-11-01 18:54:18 +00:00
David Roundy
c2a4c05faf
fix selectWorkspace to work with new config.
2007-11-01 18:35:46 +00:00
Spencer Janssen
cd1884466a
Hierarchify
2007-11-01 20:10:59 +00:00
Spencer Janssen
4a76d9e675
Use hierarchical module names from the core
2007-11-01 18:28:24 +00:00
David Roundy
418cc6511e
code to define a strut-avoiding layout.
2007-10-23 22:00:25 +00:00
David Roundy
0a242c6a6e
reenable JumpToLayout in NewSelect.
2007-11-01 18:11:28 +00:00
David Roundy
e397233808
-Wall police in Run.
2007-11-01 15:20:28 +00:00
David Roundy
35d1367d4d
port Combo (dropping combo).
2007-11-01 15:29:15 +00:00
Spencer Janssen
fbfcff6cbf
Port ToggleLayouts
2007-11-01 09:18:53 +00:00
Spencer Janssen
014f49aefd
Port WorkspacePrompt
2007-11-01 09:04:25 +00:00
Spencer Janssen
ee98008f45
Port Accordion
2007-11-01 09:03:41 +00:00
Spencer Janssen
fb0f288dca
Port Dishes
2007-11-01 09:03:12 +00:00
Spencer Janssen
1f698321d7
Dishes: tabs
2007-11-01 09:02:37 +00:00
Spencer Janssen
ea8cd6d2c7
Port DragPane
2007-11-01 08:57:33 +00:00
Spencer Janssen
5eab2d705d
Port MosaicAlt
2007-11-01 08:55:24 +00:00
Spencer Janssen
a44890582b
Port ResizableTile
2007-11-01 08:55:00 +00:00
Spencer Janssen
52989e5845
Port Roledex
2007-11-01 08:54:30 +00:00
Spencer Janssen
93ffacad82
Port Spiral
2007-11-01 08:54:02 +00:00
Spencer Janssen
69c623f834
Port TagWindows
2007-11-01 08:53:35 +00:00
Spencer Janssen
d53b331dc7
Port ThreeColumns
2007-11-01 08:52:29 +00:00
Spencer Janssen
ee9c7d35be
Port TwoPane
2007-11-01 08:51:51 +00:00
Spencer Janssen
8eea95bc44
Port XMonadPrompt
2007-11-01 08:50:37 +00:00
Spencer Janssen
42854f5243
XMonadPrompt: tabs
2007-11-01 08:49:39 +00:00
Spencer Janssen
a9e93c7e3e
Port WindowNavigation
2007-11-01 08:48:52 +00:00
Spencer Janssen
fe30292005
Port Submap
2007-11-01 08:47:44 +00:00
Spencer Janssen
4b134366b3
Port CycleWS
2007-11-01 08:44:31 +00:00
Spencer Janssen
2d81245280
NO TABS
2007-11-01 08:39:54 +00:00
Spencer Janssen
c4c7cc7924
Port Commands
2007-11-01 08:32:36 +00:00
Spencer Janssen
a1066224f7
XPrompt: don't import XMonad.config
2007-11-01 07:41:49 +00:00
Spencer Janssen
332ecc3e11
More porting
2007-11-01 07:35:06 +00:00
Spencer Janssen
e16479570a
Port DynamicLog
2007-11-01 07:26:06 +00:00
Spencer Janssen
0b681cadc2
Port NoBorders
2007-11-01 07:08:59 +00:00
Spencer Janssen
bd97249b22
LayoutModifier: LayoutMessages have moved
2007-11-01 07:07:24 +00:00
Spencer Janssen
a4ea5e80ef
Remove Config import from Run
2007-11-01 07:04:08 +00:00
Spencer Janssen
d64e43e858
Remove 'descriptions' stuff from NewSelect. I think we can do this without make LayoutClass larger
2007-11-01 03:38:44 +00:00
David Roundy
1a67657db8
add NewSelect layout combinator.
...
This patch adds a selection layout combinator ||| which
replaces Select, and makes the Layout data type unnecessary.
This combinator isn't yet feature-complete, as I didn't implement
backwards rotation (PrevLayout), but that's obviously doable. This
patch requires the descriptions function be added to LayoutClass in
core.
2007-10-24 15:26:48 +00:00
"Valery V. Vorotyntsev"
92ef6cd811
ManPrompt.hs: auto-complete explicit paths (those with `/')
...
Bash's compgen is used for this (like in ShellPrompt.hs).
Enable all GHC warnings.
Improve documentation (slightly).
2007-11-04 20:20:56 +00:00
Devin Mullins
3fb0cf1391
clean up destroyed windows from urgents list
2007-11-03 15:03:58 +00:00
Devin Mullins
f2eec4b48b
add focusUrgent action, for those too lazy to read
2007-11-03 05:54:58 +00:00
Devin Mullins
273f64955e
changed urgent state from Set to list
2007-11-03 05:51:43 +00:00
Devin Mullins
6984a9f0cb
fix examples
2007-11-03 02:20:11 +00:00
Devin Mullins
83cc45d972
add haddock for top-level Dzen bindings
2007-11-03 02:17:05 +00:00
Devin Mullins
fd268ab7b9
expose dzenWithArgs, dzenUrgencyHookWithArgs (for colors!)
2007-10-30 07:24:55 +00:00
Devin Mullins
5c9a9e68c4
use a global IORef to keep list of urgent windows
2007-10-27 06:48:10 +00:00
Brent Yorgey
b091f3e28f
fix parse error in pattern match
2007-10-29 17:41:50 +00:00
David Roundy
8ab680ede3
allow use of multiple toggles in ToggleLayouts.
2007-10-26 21:06:43 +00:00
Brent Yorgey
fade0c609d
WindowNavigation.hs: documentation fix (navigateBorder -> navigateColor)
2007-10-29 15:57:31 +00:00
"Valery V. Vorotyntsev"
9bc7e1ff0c
MetaModule.hs: add ManPrompt, remove ViewPrev
2007-10-29 07:56:21 +00:00
Andrea Rossato
0b444e5264
XMonadPrompt: use a single blank
2007-10-29 09:16:18 +00:00