
20 Jun
2007
20 Jun
'07
1:29 p.m.
Tue Jun 19 00:25:30 CEST 2007 joachim.fasting@gmail.com * Main.hs: get rid off non-standard pattern guards. Use nested case statements when creating the winset binding. Looks _really_ ugly, compared to the original, and adds 3 loc. Tue Jun 19 05:43:42 CEST 2007 joachim.fasting@gmail.com * Xmonad.whenX: flip instead of lambda abstraction. Wed Jun 20 17:35:41 CEST 2007 joachim.fasting@gmail.com * Operations.hs: redundant parens. Wed Jun 20 18:59:51 CEST 2007 joachim.fasting@gmail.com * Remove use of ';' to circumvent layout rules. This adds about 3 loc, but using ';' is cheating anyways. Wed Jun 20 19:08:33 CEST 2007 joachim.fasting@gmail.com * XMonad.hs: minor cosmetic code tweaks.