aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Config/Droundy.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner2013-05-281-5/+5
| | | | | | Ignore-this: 898458b1d2868a70dfb09faf473dc7aa darcs-hash:20130528013909-76d51-863278165b6f149c47b08b31b34e85ddcab19f1f.gz
* eliminate references to defaultConfigDaniel Wagner2013-05-281-2/+2
| | | | | | Ignore-this: 37ae613e4b943e99c5200915b9d95e58 darcs-hash:20130528005825-76d51-89eaf6f1aeeb02086371f9c4ae2afade984f62e0.gz
* Compile with ghc7Mats Rauhala2011-05-041-1/+2
| | | | | | Ignore-this: 218d2e19835f1e4315c01bd6214899ce darcs-hash:20110504192455-af521-ba19a95226d2527af9fbad8ed902982f2db567db.gz
* suppress some warnings under ghc 6.12.1 and clean up redundant imports to ↵Brent Yorgey2010-01-121-1/+0
| | | | | | | | get rid of some others. Ignore-this: bf3487b27036b02797d9f528a078d006 darcs-hash:20100112172507-1e371-1b466e62ac727b196330c72c8553116282ef5702.gz
* Use 'ewmh' in relevant configsSpencer Janssen2009-10-231-6/+2
| | | | | | Ignore-this: 7cac9c6c3795a3fb60899db29cc65d08 darcs-hash:20091023035043-25a6b-a6e2420febdeb9e9710167f852451c2fd7021869.gz
* Move EWMH support initialization to a startupHookJustin Bogner2009-10-111-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
* Factor out direction types and put them in X.U.TypesDaniel Schoepe2009-09-191-2/+2
| | | | | | | | | Ignore-this: b2255ec2754fcdf797b1ce2c082642ba This patch factors out commonly used direction types like data Direction darcs-hash:20090919191717-7f603-09c283e51a0b886d260008676d71e3daf31f4394.gz
* Remove trailing whitespace from many modulesAdam Vogt2009-07-051-8/+8
| | | | | | Ignore-this: 1e28ff0974578d329bd3d593c1a5125e darcs-hash:20090705201205-1499c-581bd0bb43ab6096eccded6edbd54a7a2007b0d9.gz
* Adjustments to use the new event hook feature instead of Hooks.EventHookDaniel Schoepe2009-02-031-2/+3
| | | | | | Ignore-this: f8c239bc8e301cbd6fa509ef748af542 darcs-hash:20090203160046-cb1c6-d66821c5b8a5a60e3b76148654c6e28806b37749.gz
* cleanup - use currentTagDevin Mullins2008-09-211-1/+1
| | | | darcs-hash:20080921011159-78224-b0ac172560719cba3a1c41171d91e222a6fa1304.gz
* add support to Magnifier for vertical zooming.David Roundy2008-06-101-4/+6
| | | | darcs-hash:20080610173747-72aca-93a8d95949ba8dc9b390571a9a95c249b96270df.gz
* I no longer use ScratchWorkspace.David Roundy2008-05-161-4/+0
| | | | darcs-hash:20080516185715-72aca-edbdab835595d5816bbda51b2964d2b1a7d32af1.gz
* add BoringWindows module to make certain windows skipped when rotating focus.David Roundy2008-05-141-4/+8
| | | | darcs-hash:20080514162846-72aca-64443ce59d280f6b4b80987fa93aabb6e16d4a00.gz
* clean up Config.Droundy.David Roundy2008-03-271-36/+27
| | | | darcs-hash:20080327002159-72aca-3eb478f7ab675f12b3d016cae33f7feb378f090c.gz
* use ewmhDesktopsLayout in Droundy.David Roundy2008-03-221-2/+4
| | | | darcs-hash:20080322153610-72aca-95d9c399a42bb2d220c128885e9b5777d3d3b233.gz
* cut Anneal and Mosaic.David Roundy2008-03-221-10/+0
| | | | darcs-hash:20080322153546-72aca-fe4f9a048f5a1127b0b2d7e7d382550c134b60af.gz
* rewrite ScratchWorkspace to make scratch always visible, but not always on ↵David Roundy2008-03-081-1/+1
| | | | | | screen. darcs-hash:20080308223830-72aca-a1c6796664b52aaed8fbe277fa84cff02281c9e7.gz
* add HiddenNonEmptyWS to CycleWS to avoid workspaces already visible.David Roundy2008-03-081-2/+2
| | | | darcs-hash:20080308223717-72aca-4700b3f3ae28b1ceef816965bbfa7a8c9ce8fa1b.gz
* switch Droundy to smartBorders (which works better with ScratchWorkspace).David Roundy2008-03-011-3/+3
| | | | darcs-hash:20080301191103-72aca-a3c7bef92ac2d2f5937021dbb8c6084ae2656509.gz
* implement ScratchWorkspace.David Roundy2008-02-291-1/+7
| | | | darcs-hash:20080229224316-72aca-9bd38478665ad2effabef8966cc6010fc0fcfe0a.gz
* roll back to previous version of Droundy.hs.David Roundy2008-02-051-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
* make tabbed work nicely with LayoutCombinators and WindowNavigation.David Roundy2008-02-051-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
* enable proper handling of panels in droundy config.David Roundy2008-02-041-0/+3
| | | | darcs-hash:20080204030843-72aca-38df975c851880148c8109a55e5f56571e53cf5b.gz
* REMOVE RotView: use CycleWS instead.Brent Yorgey2008-02-011-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
* Various decorations related updatesSpencer Janssen2008-01-301-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
* Named: reimplemented as a LayoutModifier and updated Config.Droundy accordinglyAndrea Rossato2008-01-281-4/+4
| | | | darcs-hash:20080128161343-32816-850ccc526022c8bade35c0cb22581577785fede7.gz
* Update various restart bindingsSpencer Janssen2007-12-191-1/+1
| | | | darcs-hash:20071219220634-a5988-5f0b0cfc57aa06ceb798874790ca9c7c2d68fbbd.gz
* update Config.Droundy to use a few nice hooks.David Roundy2007-12-161-3/+5
| | | | darcs-hash:20071216185653-72aca-d4d8143e6e1efadbc2ad4fa1b7d8c49dd207a320.gz
* More import pruningSpencer Janssen2007-12-081-2/+1
| | | | darcs-hash:20071208014846-a5988-6c53b449256d73dc5ab3e1bac2f9f0a93227b078.gz
* Remove XMonad.Operations importsSpencer Janssen2007-12-081-1/+0
| | | | darcs-hash:20071208000547-a5988-874ebc1bfa76ad6ec2191812240fa2303b2d531c.gz
* Prune more importsSpencer Janssen2007-12-081-2/+0
| | | | darcs-hash:20071207235116-a5988-563cabf7a60a879beb0eb54c9e352a1c27b7729f.gz
* Droundy.hs: add spaces so haddock isn't confused by commented-out ||| combinatorBrent Yorgey2007-12-041-1/+1
| | | | darcs-hash:20071204203622-bd4d7-e347097e3dfe3cb372ce70ee38249e2a08366617.gz
* my urgency-hook code also seems to crach... change in Droundy.David Roundy2007-12-011-4/+7
| | | | darcs-hash:20071201162310-72aca-8014a50f32e0d7e9546ade93ec31f873b58735af.gz
* disable avoidStruts in Droundy again.David Roundy2007-12-011-2/+2
| | | | | | Apparently, ManageDocks still crashes on X86-64... darcs-hash:20071201160226-72aca-61ced921830b2d6b2b264437073e4dc7529a239f.gz
* add to Droundy a non-working urgency hook and enable avoidStruts.David Roundy2007-12-011-5/+25
| | | | darcs-hash:20071201132910-72aca-07e111e0721b34cfc038b59fa4d55622df05ae06.gz
* tune Droundy config.David Roundy2007-11-301-3/+3
| | | | darcs-hash:20071130145138-72aca-a8a941d3002d99cf1fdbfdf91ac58e150901b334.gz
* LayoutCombinators: changes infixes and added many other combinators.Andrea Rossato2007-11-271-3/+3
| | | | darcs-hash:20071127161807-32816-e04b2b96301015003381b9d451099a2fc9565d97.gz
* Alleviate clashing symbols with XMonad.ManageHook.<||>Spencer Janssen2007-11-271-1/+1
| | | | darcs-hash:20071127004258-a5988-1ba15a890ff0dae92b938767cdcd2b8381091ee5.gz
* clean up mosaic a bit more.David Roundy2007-11-231-3/+17
| | | | darcs-hash:20071123153617-72aca-1b2d907ca57d26706485c5ca971fda2cceb7ad95.gz
* Config/Droundy.hs: -Wall police, add -fno-warn-orphansBrent Yorgey2007-11-161-1/+1
| | | | darcs-hash:20071116155202-bd4d7-f97646efe74f1261758424f403f9f3b8f8e44457.gz
* improve shrinking in Droundy.hsDavid Roundy2007-11-141-0/+8
| | | | darcs-hash:20071114142127-72aca-bd932e519c8b5efcb60cd9239d2a1c039da080de.gz
* make shrinker preserved over restart in tabbed.David Roundy2007-11-131-4/+18
| | | | darcs-hash:20071113163116-72aca-e299ebe5cb2a80daa30c526ba64305a7469d1dd6.gz
* prune Droundy.hs.David Roundy2007-11-121-24/+2
| | | | darcs-hash:20071112172032-72aca-dd624f0434e4c10a7d3697a7a1546d33f5b94a27.gz
* changes to work with XConfig of kind * -> *.David Roundy2007-11-111-4/+4
| | | | darcs-hash:20071111005629-72aca-19e9e88bd2c31a9d5a3bbccbb9a569a8cd8fd2bc.gz
* add two new modules, one to name layouts, another to select a layout.David Roundy2007-11-111-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
* add withWorkspace prompt, which automatically creates workspace if nonexistent.David Roundy2007-11-091-12/+2
| | | | darcs-hash:20071109152124-72aca-966fc515a4e1f52fc16929680e152c27d20fb60c.gz
* clean up Droundy.hs.David Roundy2007-11-071-3/+3
| | | | darcs-hash:20071107144106-72aca-542bd84d8a5a31b64eb020668c0c87f621197898.gz
* fix Config.Droundy to compile again.David Roundy2007-11-051-214/+64
| | | | darcs-hash:20071105205339-72aca-df4311b8589e3672fafd603f9898bfb2eea37575.gz
* build with optimisations on as usual, fix a few compile errorsDon Stewart2007-11-051-9/+12
| | | | darcs-hash:20071105024858-cba2c-487d19f4b02e347f1ae744afcbad0c3e73db01e0.gz
* Move configs/droundy.hs to an actual library moduleSpencer Janssen2007-11-041-0/+309
darcs-hash:20071104202957-a5988-61a18506058c7dfaa58eeea28241a97314d01f78.gz