David Roundy
ed6b36b289
roll back to previous version of Droundy.hs.
...
A cleaner WindowNavigation fix made the separation of tabbed and addTabs
not strictly necessary (but still a desireable possibility in my opinion,
as it allows pretty decoration of non-composite layouts that might want to
have some of their windows tabbed.
2008-02-05 20:40:43 +00:00
David Roundy
5df47fcfc5
make tabbed work nicely with LayoutCombinators and WindowNavigation.
...
The problem is that WindowNavigation assumes all windows are navigable, and
it was getting confused by decorations. With a bit of work, we can
decorate windows *after* combining layouts just fine.
2008-02-05 20:23:43 +00:00
David Roundy
10f24bccaf
enable proper handling of panels in droundy config.
2008-02-04 03:08:43 +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
Spencer Janssen
dfa3a4ee01
Various decorations related updates
...
* remove deprecated TConf stuff
* Remove 'style' from DeConf
* Change DeConf to Theme
* share defaultTheme across all decorations
2008-01-30 06:46:24 +00:00
Andrea Rossato
f23a87f4e6
Named: reimplemented as a LayoutModifier and updated Config.Droundy accordingly
2008-01-28 16:13:43 +00:00
Spencer Janssen
9997b18970
Update various restart bindings
2007-12-19 22:06:34 +00:00
David Roundy
ecc2f0d5ec
update Config.Droundy to use a few nice hooks.
2007-12-16 18:56:53 +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
Brent Yorgey
258ccb3468
Droundy.hs: add spaces so haddock isn't confused by commented-out ||| combinator
2007-12-04 20:36:22 +00:00
David Roundy
2c856dceec
my urgency-hook code also seems to crach... change in Droundy.
2007-12-01 16:23:10 +00:00
David Roundy
03d4f8ea9c
disable avoidStruts in Droundy again.
...
Apparently, ManageDocks still crashes on X86-64...
2007-12-01 16:02:26 +00:00
David Roundy
e849a055e3
add to Droundy a non-working urgency hook and enable avoidStruts.
2007-12-01 13:29:10 +00:00
David Roundy
7794428303
tune Droundy config.
2007-11-30 14:51:38 +00:00
Andrea Rossato
cc1a24c1c8
LayoutCombinators: changes infixes and added many other combinators.
2007-11-27 16:18:07 +00:00
Spencer Janssen
f18819f306
Alleviate clashing symbols with XMonad.ManageHook.<||>
2007-11-27 00:42:58 +00:00
David Roundy
3885445b26
clean up mosaic a bit more.
2007-11-23 15:36:17 +00:00
Brent Yorgey
bf84ca529f
Config/Droundy.hs: -Wall police, add -fno-warn-orphans
2007-11-16 15:52:02 +00:00
David Roundy
f7dd5d3fcc
improve shrinking in Droundy.hs
2007-11-14 14:21:27 +00:00
David Roundy
6e24689652
make shrinker preserved over restart in tabbed.
2007-11-13 16:31:16 +00:00
David Roundy
c468f6e608
prune Droundy.hs.
2007-11-12 17:20:32 +00:00
David Roundy
e423e3eb34
changes to work with XConfig of kind * -> *.
2007-11-11 00:56:29 +00:00
David Roundy
a3d739db17
add two new modules, one to name layouts, another to select a layout.
...
The latter is pretty useless, as there's no way to find out what
layouts are available, but it can at least allow you to select between
any layouts that you happen to be using already (in one workspace or
another). The former is handy any time you'd rather have a short name
for a layout (either for selecting, or for viewing in a status bar).
2007-11-11 19:50:36 +00:00
David Roundy
77be696976
add withWorkspace prompt, which automatically creates workspace if nonexistent.
2007-11-09 15:21:24 +00:00
David Roundy
85766bb72a
clean up Droundy.hs.
2007-11-07 14:41:06 +00:00
David Roundy
0e4226bb4d
fix Config.Droundy to compile again.
2007-11-05 20:53:39 +00:00
Don Stewart
080e11b376
build with optimisations on as usual, fix a few compile errors
2007-11-05 02:48:58 +00:00
Spencer Janssen
d3a389e6b5
Move configs/droundy.hs to an actual library module
2007-11-04 20:29:57 +00:00