aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Config/Droundy.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-05-28use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner1-5/+5
Ignore-this: 898458b1d2868a70dfb09faf473dc7aa darcs-hash:20130528013909-76d51-863278165b6f149c47b08b31b34e85ddcab19f1f.gz
2013-05-28eliminate references to defaultConfigDaniel Wagner1-2/+2
Ignore-this: 37ae613e4b943e99c5200915b9d95e58 darcs-hash:20130528005825-76d51-89eaf6f1aeeb02086371f9c4ae2afade984f62e0.gz
2011-05-04Compile with ghc7Mats Rauhala1-1/+2
Ignore-this: 218d2e19835f1e4315c01bd6214899ce darcs-hash:20110504192455-af521-ba19a95226d2527af9fbad8ed902982f2db567db.gz
2010-01-12suppress some warnings under ghc 6.12.1 and clean up redundant imports to ↵Brent Yorgey1-1/+0
get rid of some others. Ignore-this: bf3487b27036b02797d9f528a078d006 darcs-hash:20100112172507-1e371-1b466e62ac727b196330c72c8553116282ef5702.gz
2009-10-23Use 'ewmh' in relevant configsSpencer Janssen1-6/+2
Ignore-this: 7cac9c6c3795a3fb60899db29cc65d08 darcs-hash:20091023035043-25a6b-a6e2420febdeb9e9710167f852451c2fd7021869.gz
2009-10-11Move EWMH support initialization to a startupHookJustin Bogner1-1/+2
Ignore-this: bd35654d0afb0a2fec73b16ab7ac38b1 Set EWMH support atoms and the window manager name in a startup hook, rather than in the log hook: the log hook occurs far too frequently for it to make sense to set constants with it. darcs-hash:20091011053538-18f27-82f5abfaeba77a65ca836222d089c92d581b25bf.gz
2009-09-19Factor out direction types and put them in X.U.TypesDaniel Schoepe1-2/+2
Ignore-this: b2255ec2754fcdf797b1ce2c082642ba This patch factors out commonly used direction types like data Direction darcs-hash:20090919191717-7f603-09c283e51a0b886d260008676d71e3daf31f4394.gz
2009-07-05Remove trailing whitespace from many modulesAdam Vogt1-8/+8
Ignore-this: 1e28ff0974578d329bd3d593c1a5125e darcs-hash:20090705201205-1499c-581bd0bb43ab6096eccded6edbd54a7a2007b0d9.gz
2009-02-03Adjustments to use the new event hook feature instead of Hooks.EventHookDaniel Schoepe1-2/+3
Ignore-this: f8c239bc8e301cbd6fa509ef748af542 darcs-hash:20090203160046-cb1c6-d66821c5b8a5a60e3b76148654c6e28806b37749.gz
2008-09-21cleanup - use currentTagDevin Mullins1-1/+1
darcs-hash:20080921011159-78224-b0ac172560719cba3a1c41171d91e222a6fa1304.gz
2008-06-10add support to Magnifier for vertical zooming.David Roundy1-4/+6
darcs-hash:20080610173747-72aca-93a8d95949ba8dc9b390571a9a95c249b96270df.gz
2008-05-16I no longer use ScratchWorkspace.David Roundy1-4/+0
darcs-hash:20080516185715-72aca-edbdab835595d5816bbda51b2964d2b1a7d32af1.gz
2008-05-14add BoringWindows module to make certain windows skipped when rotating focus.David Roundy1-4/+8
darcs-hash:20080514162846-72aca-64443ce59d280f6b4b80987fa93aabb6e16d4a00.gz
2008-03-27clean up Config.Droundy.David Roundy1-36/+27
darcs-hash:20080327002159-72aca-3eb478f7ab675f12b3d016cae33f7feb378f090c.gz
2008-03-22use ewmhDesktopsLayout in Droundy.David Roundy1-2/+4
darcs-hash:20080322153610-72aca-95d9c399a42bb2d220c128885e9b5777d3d3b233.gz
2008-03-22cut Anneal and Mosaic.David Roundy1-10/+0
darcs-hash:20080322153546-72aca-fe4f9a048f5a1127b0b2d7e7d382550c134b60af.gz
2008-03-08rewrite ScratchWorkspace to make scratch always visible, but not always on ↵David Roundy1-1/+1
screen. darcs-hash:20080308223830-72aca-a1c6796664b52aaed8fbe277fa84cff02281c9e7.gz
2008-03-08add HiddenNonEmptyWS to CycleWS to avoid workspaces already visible.David Roundy1-2/+2
darcs-hash:20080308223717-72aca-4700b3f3ae28b1ceef816965bbfa7a8c9ce8fa1b.gz
2008-03-01switch Droundy to smartBorders (which works better with ScratchWorkspace).David Roundy1-3/+3
darcs-hash:20080301191103-72aca-a3c7bef92ac2d2f5937021dbb8c6084ae2656509.gz
2008-02-29implement ScratchWorkspace.David Roundy1-1/+7
darcs-hash:20080229224316-72aca-9bd38478665ad2effabef8966cc6010fc0fcfe0a.gz
2008-02-05roll back to previous version of Droundy.hs.David Roundy1-10/+10
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. darcs-hash:20080205204043-72aca-dc02471d49791c03f2a3671ff13dc8c9b0c1bd76.gz
2008-02-05make tabbed work nicely with LayoutCombinators and WindowNavigation.David Roundy1-9/+10
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. darcs-hash:20080205202343-72aca-38ec52df06997059edaac4085a6f1d86d5a756ae.gz
2008-02-04enable proper handling of panels in droundy config.David Roundy1-0/+3
darcs-hash:20080204030843-72aca-38df975c851880148c8109a55e5f56571e53cf5b.gz
2008-02-01REMOVE RotView: use CycleWS instead.Brent Yorgey1-3/+3
See CycleWS docs for info on switching, or just look at the changes to XMonad.Config.Droundy. darcs-hash:20080201180618-bd4d7-7b4deec416c0afd7926b44652bd00cfede1e5e17.gz
2008-01-30Various decorations related updatesSpencer Janssen1-1/+1
* remove deprecated TConf stuff * Remove 'style' from DeConf * Change DeConf to Theme * share defaultTheme across all decorations darcs-hash:20080130064624-a5988-98fcf49dde956e318f801e934f2045cf94c951d5.gz
2008-01-28Named: reimplemented as a LayoutModifier and updated Config.Droundy accordinglyAndrea Rossato1-4/+4
darcs-hash:20080128161343-32816-850ccc526022c8bade35c0cb22581577785fede7.gz
2007-12-19Update various restart bindingsSpencer Janssen1-1/+1
darcs-hash:20071219220634-a5988-5f0b0cfc57aa06ceb798874790ca9c7c2d68fbbd.gz
2007-12-16update Config.Droundy to use a few nice hooks.David Roundy1-3/+5
darcs-hash:20071216185653-72aca-d4d8143e6e1efadbc2ad4fa1b7d8c49dd207a320.gz
2007-12-08More import pruningSpencer Janssen1-2/+1
darcs-hash:20071208014846-a5988-6c53b449256d73dc5ab3e1bac2f9f0a93227b078.gz
2007-12-08Remove XMonad.Operations importsSpencer Janssen1-1/+0
darcs-hash:20071208000547-a5988-874ebc1bfa76ad6ec2191812240fa2303b2d531c.gz
2007-12-08Prune more importsSpencer Janssen1-2/+0
darcs-hash:20071207235116-a5988-563cabf7a60a879beb0eb54c9e352a1c27b7729f.gz
2007-12-04Droundy.hs: add spaces so haddock isn't confused by commented-out ||| combinatorBrent Yorgey1-1/+1
darcs-hash:20071204203622-bd4d7-e347097e3dfe3cb372ce70ee38249e2a08366617.gz
2007-12-01my urgency-hook code also seems to crach... change in Droundy.David Roundy1-4/+7
darcs-hash:20071201162310-72aca-8014a50f32e0d7e9546ade93ec31f873b58735af.gz
2007-12-01disable avoidStruts in Droundy again.David Roundy1-2/+2
Apparently, ManageDocks still crashes on X86-64... darcs-hash:20071201160226-72aca-61ced921830b2d6b2b264437073e4dc7529a239f.gz
2007-12-01add to Droundy a non-working urgency hook and enable avoidStruts.David Roundy1-5/+25
darcs-hash:20071201132910-72aca-07e111e0721b34cfc038b59fa4d55622df05ae06.gz
2007-11-30tune Droundy config.David Roundy1-3/+3
darcs-hash:20071130145138-72aca-a8a941d3002d99cf1fdbfdf91ac58e150901b334.gz
2007-11-27LayoutCombinators: changes infixes and added many other combinators.Andrea Rossato1-3/+3
darcs-hash:20071127161807-32816-e04b2b96301015003381b9d451099a2fc9565d97.gz
2007-11-27Alleviate clashing symbols with XMonad.ManageHook.<||>Spencer Janssen1-1/+1
darcs-hash:20071127004258-a5988-1ba15a890ff0dae92b938767cdcd2b8381091ee5.gz
2007-11-23clean up mosaic a bit more.David Roundy1-3/+17
darcs-hash:20071123153617-72aca-1b2d907ca57d26706485c5ca971fda2cceb7ad95.gz
2007-11-16Config/Droundy.hs: -Wall police, add -fno-warn-orphansBrent Yorgey1-1/+1
darcs-hash:20071116155202-bd4d7-f97646efe74f1261758424f403f9f3b8f8e44457.gz
2007-11-14improve shrinking in Droundy.hsDavid Roundy1-0/+8
darcs-hash:20071114142127-72aca-bd932e519c8b5efcb60cd9239d2a1c039da080de.gz
2007-11-13make shrinker preserved over restart in tabbed.David Roundy1-4/+18
darcs-hash:20071113163116-72aca-e299ebe5cb2a80daa30c526ba64305a7469d1dd6.gz
2007-11-12prune Droundy.hs.David Roundy1-24/+2
darcs-hash:20071112172032-72aca-dd624f0434e4c10a7d3697a7a1546d33f5b94a27.gz
2007-11-11changes to work with XConfig of kind * -> *.David Roundy1-4/+4
darcs-hash:20071111005629-72aca-19e9e88bd2c31a9d5a3bbccbb9a569a8cd8fd2bc.gz
2007-11-11add two new modules, one to name layouts, another to select a layout.David Roundy1-2/+5
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). darcs-hash:20071111195036-72aca-8ffbd496a9dbbdd7ca7e92a5bbedb568b2384485.gz
2007-11-09add withWorkspace prompt, which automatically creates workspace if nonexistent.David Roundy1-12/+2
darcs-hash:20071109152124-72aca-966fc515a4e1f52fc16929680e152c27d20fb60c.gz
2007-11-07clean up Droundy.hs.David Roundy1-3/+3
darcs-hash:20071107144106-72aca-542bd84d8a5a31b64eb020668c0c87f621197898.gz
2007-11-05fix Config.Droundy to compile again.David Roundy1-214/+64
darcs-hash:20071105205339-72aca-df4311b8589e3672fafd603f9898bfb2eea37575.gz
2007-11-05build with optimisations on as usual, fix a few compile errorsDon Stewart1-9/+12
darcs-hash:20071105024858-cba2c-487d19f4b02e347f1ae744afcbad0c3e73db01e0.gz
2007-11-04Move configs/droundy.hs to an actual library moduleSpencer Janssen1-0/+0
darcs-hash:20071104202957-a5988-61a18506058c7dfaa58eeea28241a97314d01f78.gz