Spencer Janssen
4f7764ca8b
Prune more imports
2007-12-07 23:51:16 +00:00
Spencer Janssen
e85228229b
I use CopyWindow now
2007-12-07 23:40:18 +00:00
Spencer Janssen
dc11825588
Remove redundant imports
2007-12-07 23:38:27 +00:00
Spencer Janssen
58d540789b
Update Sjanssen.hs
2007-12-05 04:56:48 +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
Andrea Rossato
e3b779303f
Arossato: some changes. I now use Magnifier among my layouts
2007-11-24 14:09:18 +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
Andrea Rossato
42297605be
Arossato: my terminal is urxvt
2007-11-16 20:15:33 +00:00
Andrea Rossato
c30f6076ac
Arossato: removed unneeded bits
2007-11-16 10:47:53 +00:00
Andrea Rossato
3d39b52959
Arossato: documentation
2007-11-15 19:10:39 +00:00
David Roundy
ffed7c0e02
remove unneeded Data.Bits imports.
2007-11-15 16:13:46 +00:00
"Valery V. Vorotyntsev"
20e92a5d40
CustomKeys.hs: moved into `Util' directory
...
I still wonder why do we need all those configuration examples. :)
2007-11-14 15:34:18 +00:00
Andrea Rossato
011780d68c
Arossato: removed unneeded bits
2007-11-14 17:25:00 +00:00
David Roundy
f7dd5d3fcc
improve shrinking in Droundy.hs
2007-11-14 14:21:27 +00:00
Andrea Rossato
58e2029669
Arossato: just code formatting
2007-11-14 14:22:13 +00:00
Andrea Rossato
90aae189f0
Arossato: typo
2007-11-14 14:20:46 +00:00
Andrea Rossato
064e9257b7
Arossato: some keybindings tuning
2007-11-14 14:17:19 +00:00
Andrea Rossato
85952e9e53
Arossato: just code formattings
2007-11-14 13:53:52 +00:00
Andrea Rossato
4323d659d3
Config.Arossato: my hand has been forced to pick up a true combinator set...
2007-11-14 13:38:48 +00:00
Devin Mullins
5f6a80ca7a
fix EZConfig documentation
2007-11-14 12:04:42 +00:00
"Valery V. Vorotyntsev"
68e5d0de9f
CustomKeys.hs (customKeysFrom): new function
...
Update third-party configuration to fit your key preferences.
Extended documentation.
2007-11-13 20:18:52 +00:00
Andrea Rossato
46528b4f48
Arossato: cleanup and fine-tuning
2007-11-13 16:39:06 +00:00
David Roundy
6e24689652
make shrinker preserved over restart in tabbed.
2007-11-13 16:31:16 +00:00
"Valery V. Vorotyntsev"
9140b58b91
XMonad.Config.CustomKeys - new module
...
This module is another key bindings customization helper.
Differences from XMonad.Util.EZConfig by Devin Mullins:
EZConfig -- M.union/M.difference
CustomKeys -- Monad.Reader + foldr'ed M.insert/M.delete
IMHO, both modules could evolve into something nice. :)
Please discuss at the mailing list.
2007-11-12 17:55:30 +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
Chris Mears
ab1f382566
Remove spurious import in Arossato's config.
2007-11-07 21:56:30 +00:00
Andrea Rossato
d1eb962214
Add my configuration file
...
Spencer and David: you really did a great job. Thank you guys!
2007-11-07 19:13:05 +00:00
Don Stewart
901522fc10
add higher order 'dzen' function
...
The intent is that:
main = dzen xmonad
should just work, and indeed it does now, for launching a cool status
bar with minimal effort.
2007-11-07 18:31:07 +00:00
Spencer Janssen
4fcd67ef05
Use spawnPipe in sjanssenConfig
2007-11-07 08:26:37 +00:00
Spencer Janssen
7d1506fded
Stupid mistake
2007-11-05 10:10:52 +00:00
David Roundy
0e4226bb4d
fix Config.Droundy to compile again.
2007-11-05 20:53:39 +00:00
Spencer Janssen
2bb992c128
-Wall police
2007-11-05 06:00:36 +00:00
Spencer Janssen
9cd33f809e
Minor updates to Sjanssen.hs
2007-11-05 05:50:22 +00:00
Don Stewart
2ef6f91fb1
forgot to add my config file
2007-11-05 02:58:56 +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
ee5ae195e0
Add XMonad.Config.Sjanssen
2007-11-05 00:58:32 +00:00
Spencer Janssen
d3a389e6b5
Move configs/droundy.hs to an actual library module
2007-11-04 20:29:57 +00:00