summaryrefslogtreecommitdiffstats
path: root/XMonad
AgeCommit message (Collapse)Author
2007-11-21add getXMonadDir (2nd try)Lukas Mai
darcs-hash:20071121183018-462cf-464c521bd6fb9c7910186d20cd6023c90c7998ea
2007-11-21Add 'and' and 'or' functions to ManageHook.Spencer Janssen
darcs-hash:20071121104613-a5988-0c0355da9fc8e8d5482b9a36565c646a11ea92e7
2007-11-21generalise type of `io'Don Stewart
darcs-hash:20071121054407-cba2c-8ca12daca53306dd86637497288d546619bd9688
2007-11-20Add recompilation forcing, clean up recompile's documentationSpencer Janssen
darcs-hash:20071120223614-a5988-6be0c47c1db902258f892e98a04a0de58767b44d
2007-11-20recompile does not raise any exceptionsSpencer Janssen
darcs-hash:20071120215835-a5988-1fef734c3778b016c125b166abf59b8944755479
2007-11-20-no-recomp because we're doing our own recompilation checkingSpencer Janssen
darcs-hash:20071120215744-a5988-f2b72bb6cea0c4a6d3a7e1b5ac3b7fa9c4c560b8
2007-11-20pointfreeDon Stewart
darcs-hash:20071120184016-cba2c-f6f98fb9a0061eb39d5917b5fd6aeca1220f3b87
2007-11-20clean up fmap overuse with applicatives. more opportunities remainDon Stewart
darcs-hash:20071120181743-cba2c-15c56f06646e990bea3b41e31e98ef6db1975dff
2007-11-19ManageHook is a MonoidSpencer Janssen
darcs-hash:20071119060820-a5988-f70bb442a74c5ca8f6670184fb7eea6ca40ec793
2007-11-19No more liftMSpencer Janssen
darcs-hash:20071119033120-a5988-a45cb35f2b919d5e57980fb9eea9c6d4361bc61b
2007-11-19Refactor recompileSpencer Janssen
darcs-hash:20071119032255-a5988-cf1987eab9261b9d8787ab6d36b6437842cf014e
2007-11-19Trailing spaceSpencer Janssen
darcs-hash:20071119030658-a5988-696782fc7b3bee7df0b4c6b3065d46e3260c8d26
2007-11-19Generalize recompile to MonadIOSpencer Janssen
darcs-hash:20071119030436-a5988-28b43f2f3c50476d5eda3c03196fc238c1427302
2007-11-19Factor out doubleFork logicSpencer Janssen
darcs-hash:20071119030353-a5988-935fc83135dc394c1e1a757f0232022b4de96f01
2007-11-19handle case of xmonad binary not existing, when checking recompilationDon Stewart
darcs-hash:20071119030057-cba2c-c21e607cb7d9440b9f07d0eea74513c11ebf3bfc
2007-11-19Use executeFile directly, rather than the shell, avoiding sh interepetingDon Stewart
darcs-hash:20071119025015-cba2c-49dee5526ab8d163dfb14735e6076fd8db723973
2007-11-19UNDO: use 'spawn' rather than runProcess, to report errors asynchronously, ↵Don Stewart
avoiding zombies darcs-hash:20071119023712-cba2c-ac278350de0f73e350912575af41c3c93c757ca8
2007-11-19use 'spawn' rather than runProcess, to report errors asynchronously, ↵Don Stewart
avoiding zombies darcs-hash:20071119023712-cba2c-c034ed99f668ede81e7e1e247ff631ae9eda31f6
2007-11-19Use xmessage to present a failure message to users when the config file ↵Don Stewart
cannot be loaded darcs-hash:20071119022429-cba2c-c0bca5c0592d5def91587d73eb8d391aa7fdd0d1
2007-11-19only check xmonad.hs against the xmonad binary, not the .o file (meaning you ↵Don Stewart
can remove it if you like) darcs-hash:20071119011528-cba2c-a78aa9afca0a09be2e25c784b0bb6b55f94da3d0
2007-11-19Do our own recompilation checking: only launch ghc if the xmonad.hs is newer ↵Don Stewart
than its .o file darcs-hash:20071119010759-cba2c-e9b94827122cb337ddcf93c3aefb62775011707a
2007-11-19reformat export list to fit on the pageDon Stewart
darcs-hash:20071119003900-cba2c-75ff7b1014bade3593f5f543d27c7a45bf1144b3
2007-11-17add support for Mac users and their silly case-insensitive filesystemsDevin Mullins
darcs-hash:20071117024836-78224-7a96ab62a76c3fd51c34afb69912269905ea7e00
2007-11-16we need examples for the managehook edslDon Stewart
darcs-hash:20071116182332-cba2c-b3b09ed2ae0e177c2438eec4ef259ae8dfb2b9aa
2007-11-16Config: small haddock fixAndrea Rossato
darcs-hash:20071116113158-32816-8396d02d1e216f99b1bbb68188a39a44d8af9fd7
2007-11-16Core: documented XConfig and ScreenDetailAndrea Rossato
darcs-hash:20071116112826-32816-d89b89dd8803b90b45f44ffd58c7f6f03088cee3
2007-11-12make default ratios in config nicer to look atLukas Mai
darcs-hash:20071112013551-462cf-79c0e72e34bb6c583ee44f18b37ce1f76d76c529
2007-11-09refactor main, add "recompile" to XMonad.CoreLukas Mai
darcs-hash:20071108230933-462cf-b1e100cf8f2cecbfef925b870a3fc894fe47513c
2007-11-14refactor trace.Don Stewart
darcs-hash:20071114034109-cba2c-7303264f38df15c93f65bb830cbdcbe31813bb0d
2007-11-11clarify comment at top of Config.hsDevin Mullins
There appears to be some confusion -- several people have wanted to edit Config.hs as was done in the past. This comment probably won't stop that, but it's a start. darcs-hash:20071111191304-78224-3267de9d4e8da0ef07e58e9cf2135b2ab652445c
2007-11-11avoid Data.Ratio and % operator in XMonad.ConfigDavid Roundy
I think this'll make Config.hs more friendly as a template for folks to modify. darcs-hash:20071111183708-72aca-2a0c0e2463c94d1d2d08b60f7f16e239250ec2c7
2007-11-11remove obviated (and confusing) commentsDevin Mullins
darcs-hash:20071111055047-78224-d09022c6b287c8404ffa94805045ae7f4ff172c6
2007-11-11XMonad.Main uses FlexibleContextsSpencer Janssen
darcs-hash:20071111214528-a5988-e1b209559ebca4d216870cb866f5e3c82aa8ec7b
2007-11-11hide existential Layout (mostly) from user API.David Roundy
darcs-hash:20071111003055-72aca-77eb2071cd596e0e13746413807f375d199dbe32
2007-11-09Generalize several functions to MonadIOSpencer Janssen
darcs-hash:20071109064214-a5988-9d6f69bc6314fd4e4a58edff8442715a5b016400
2007-11-09Docs for ManageHookSpencer Janssen
darcs-hash:20071109031810-a5988-04d650e53e838af288c8d4579f433ec60fad6971
2007-11-09New ManageHook systemSpencer Janssen
darcs-hash:20071109024722-a5988-c499d006a8a4a48dd7c8cbaf4e4ea9635ceb1ec4
2007-11-07Generalize the type of whenJustSpencer Janssen
darcs-hash:20071107062126-a5988-4c3e3ca904aab215d122ea6b9307c350b1eda89a
2007-11-08maybe False (const True) -> isJust. spotted by shachafDon Stewart
darcs-hash:20071108003539-cba2c-b435890d8990e3a7f6b2df40823db5b4ed913a02
2007-11-07Provide top level XMonad.hs export moduleDon Stewart
darcs-hash:20071107030617-cba2c-8c900566b5e1784737fefe3273486f8a1238da55
2007-11-07Fix haddock commentSpencer Janssen
darcs-hash:20071107030510-a5988-c1a5755ca03b4d8d63ab8dcaf4dae7f2282c0b98
2007-11-05makeMain -> xmonadDon Stewart
darcs-hash:20071105031203-cba2c-0bf3d2d6e186ab307457f99b5b73afd333802e45
2007-11-05-Wall policeDon Stewart
darcs-hash:20071105022202-cba2c-db3d34c1f7fa9c8b929516b55a4cf30f76e1ceea
2007-11-05EventLoop -> Core, DefaultConfig -> ConfigDon Stewart
darcs-hash:20071105021705-cba2c-fc7ffc11ffa9a5397cc40a5dba530ca620018f25
2007-11-05clean up DefaultConfig.hsDon Stewart
darcs-hash:20071105021142-cba2c-9f231155d1aa1be8cd4a9e58a0a2fce95433c47e
2007-11-04Use the layout and workspaces values from the actual configuration usedSpencer Janssen
darcs-hash:20071104020320-a5988-9f9b76e313f4de76c45434e828938eae6b83a8fe
2007-11-02Float handler out of makeMain, make keys and mouseBindings dependent on ↵Spencer Janssen
XConfig for easy modMask switching darcs-hash:20071102025924-a5988-bbddb07ed8c00cb4279db059f2513eba4ce3ecb5
2007-11-01We can't rely on the executable name, because it may be 'Main'Spencer Janssen
darcs-hash:20071101205057-a5988-da8279631a561022e4161081a8d9a9e31f2ce623
2007-11-01Get defaultGaps from the current config, not the default oneSpencer Janssen
darcs-hash:20071101205025-a5988-78d551974e1c4d8c000fbaa2efd2f4477ee8bfae
2007-11-01HierarchifySpencer Janssen
darcs-hash:20071101180846-a5988-25ba1c9ce37a35c1533e4075cc9494c6f7dd5ade