Don Stewart
c1e039ba88
more precise X11 version required
2007-10-31 20:32:41 +00:00
Don Stewart
9bd11aeea5
tweaks to todo
2007-10-31 16:46:18 +00:00
Don Stewart
c350caf9b8
HEADS UP: remove X11-extras dependency, depend on X11 >= 1.3.0
...
The X11-extras library has been merged into the larger X11 library,
so we now drop the dependency on X11-extras, and instead build
against the new X11 library.
If you apply this patch you must build and install X11-1.3.0 or greater
first,
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-1.3.0
You can also go ahead and wipe X11-extras from GHC's memory, (for ghci to work
out of the box with the testsuite)
$ ghc-pkg unregister X11-extras
$ ghc-pkg unregister --user X11-extras
2007-10-30 22:08:24 +00:00
Spencer Janssen
066da1cd99
New windows start in the iconic state
2007-10-28 06:39:49 +00:00
Don Stewart
cadf81976f
add text on using xprop to find client names
2007-10-27 16:30:31 +00:00
Don Stewart
ddd1fa9cae
add text reminding people to run mod-shift-space
2007-10-26 22:52:28 +00:00
Brent Yorgey
3bd63adb60
StackSet.hs: (insertUp): remove comments about new window being made master window, since that clearly isn't true.
2007-10-22 21:08:56 +00:00
Brent Yorgey
e384a358b5
Replace 'findIndex' with 'findTag', which more accurately describes what the function does.
...
I realize this is a big change, but the name 'findIndex' was confusing for me, since I expected it to return some sort of integer. What it actually does, of course, is return a workspace tag, which might be more general than an index.
Of course, this change breaks several contrib modules; I'll submit a patch to make the change there as well.
2007-10-22 20:41:05 +00:00
Brent Yorgey
8971ab7fae
StackSet.hs: (ensureTags): elaborate into a more descriptive comment.
2007-10-22 20:22:12 +00:00
Brent Yorgey
2e8794d0f3
StackSet.hs: remove dead code.
2007-10-22 19:26:36 +00:00
Brent Yorgey
92d58ae0a8
StackSet.hs: (differentiate): 'Texture' doesn't mean anything to me; replace with a more descriptive comment.
2007-10-22 19:13:33 +00:00
Brent Yorgey
33e14e7ba7
StackSet.hs: (new): better comment; 'm' is not an integer, it is a list of screen descriptions.
2007-10-22 18:34:11 +00:00
Brent Yorgey
ec45881d4c
StackSet.hs: align some comments
2007-10-22 16:16:01 +00:00
Brent Yorgey
b73ac809ba
StackSet.hs: small grammar fix and better flow in comment
2007-10-22 16:08:58 +00:00
Brent Yorgey
d0507c9eb3
StackSet.hs: better comments regarding hidden/visible workspace tracking for Xinerama
...
I'm not 100% sure that I understand what's going on here, but it seems as though the comment still described an older state of affairs. I don't see any Map Workspace Screen keeping track of visible workspaces.
2007-10-22 16:02:39 +00:00
Spencer Janssen
fc82a7d412
Add Config.terminal
2007-10-24 10:53:54 +00:00
Don Stewart
cc019f487c
explain that you need ghc as well
2007-10-24 03:05:20 +00:00
Spencer Janssen
4c7cf15cdb
xmonad, not XMonad
2007-10-23 23:49:00 +00:00
gwern0
350a4d6f6b
STYLE: enlarge on existing principles
...
Comments: the -Wall thing was just trying to say -Wall -Werror should work. The license thing was too narrow - or are my public domain contributions unwelcome because they are not BSD-3? I think comments are most important for exported functions users will use; it isn't so important for helper functions (used only in the module) to be very well-documented, right?
2007-10-23 22:52:25 +00:00
Don Stewart
1ddaffbfba
start on style guide
2007-10-23 22:14:22 +00:00
Eric Mertens
0903c76d40
Operations.hs: flip maybe id is fromMaybe
2007-10-18 23:14:18 +00:00
Eric Mertens
156a89b761
Deobfuscate Tall layout
2007-10-18 23:13:29 +00:00
Spencer Janssen
1ea1c05617
setInitialProperties after placing windows
2007-10-19 20:13:10 +00:00
Spencer Janssen
f5ad470815
setInitialProperties after placing windows
2007-10-19 20:13:10 +00:00
Spencer Janssen
1be4bc5d91
Ignore borders in the stored RationalRects of floating windows.
...
Also, add 'floatWindow' which computes the actual Rectangle for that window,
including border.
2007-10-19 06:39:22 +00:00
Spencer Janssen
0514380d76
Only assign workspace keys up to xK_9. Related to bug #63
2007-10-19 08:37:46 +00:00
Spencer Janssen
18cf8fbb10
Ignore borders in the stored RationalRects of floating windows.
...
Also, add 'floatWindow' which computes the actual Rectangle for that window,
including border.
2007-10-19 06:39:22 +00:00
Spencer Janssen
eb65473591
I prefer fmap over liftM
2007-10-19 06:31:04 +00:00
Devin Mullins
c734586275
change 0/1/3 to named states, per X11-extras darcs head
2007-10-18 02:16:51 +00:00
David Roundy
74131eb15f
remove StackOrNot type synonymn.
2007-10-17 20:14:06 +00:00
Eric Mertens
ac94932345
Operations.hs: make use of notElem and notMember
2007-10-17 17:43:57 +00:00
Spencer Janssen
bec871d254
Bump XMonadContrib version
v0.4
2007-10-16 21:52:44 +00:00
Spencer Janssen
258f85dd08
Bump X11, X11-extras versions in the README
2007-10-16 21:26:36 +00:00
l.mai
16abab4241
reformat comments
2007-10-16 16:29:20 +00:00
Spencer Janssen
01cf4a5581
Whitespace fixes for Properties.hs
2007-10-15 02:27:57 +00:00
Spencer Janssen
bd6a52e587
Clean up trailing whitespace
2007-10-15 02:23:22 +00:00
Devin Mullins
0938298f29
explain numlockMask
2007-10-14 00:55:25 +00:00
Devin Mullins
5bd96a8e1a
whitespace cleanup in Config.hs
2007-10-14 00:53:42 +00:00
Don Stewart
874e6f80f0
bump the version tag to 0.4, we're almost there
2007-10-13 23:27:58 +00:00
Don Stewart
6fecf7c425
document, and use better names, for serialising/existential-dispatch framework
2007-10-13 23:21:50 +00:00
Don Stewart
3a18204adb
typo in comment
2007-10-13 23:08:28 +00:00
Don Stewart
2599706141
more todos
2007-10-13 22:52:00 +00:00
Don Stewart
2edc5a92c2
done
2007-10-13 22:35:36 +00:00
Don Stewart
b6d36f3c70
release tasks
2007-10-13 22:33:47 +00:00
Don Stewart
5c9850bf6d
some more layout clean ups
2007-10-13 22:23:17 +00:00
Don Stewart
3f3b4251c2
clean up Layout code a little more
2007-10-13 22:10:24 +00:00
Don Stewart
2de6cc7cf1
restore magic markup comments
2007-10-13 21:23:51 +00:00
Don Stewart
3aa746c0db
defer to sjanssen's manageHook comment
2007-10-13 21:03:46 +00:00
Don Stewart
48b001f9a2
Heads up: rework the Config.hs file comments, and some variable names. Please manually resync your Config.hs if you're tracking the darcs branch
2007-10-13 21:01:49 +00:00
Don Stewart
775172983b
clean up names of layout code
2007-10-13 20:43:00 +00:00