aboutsummaryrefslogtreecommitdiffstats
path: root/src/XMonad/Config.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-14Make ~/.xmonad/xmonad-$arch-$os handle args like /usr/bin/xmonadAdam Vogt1-0/+3
Ignore-this: add70a198fffaa94b14a35b585487eb3 darcs-hash:20150414184821-1499c-eebbc66c18dfc34d760357379ae5fbf224c6b7d1.gz
2014-07-05stop floating Gimp with the default manageHookAdam Vogt1-2/+1
Ignore-this: 12cc80a56195db505a20fbdb978ae91a most people have probably moved on to gimp-2.8, which doesn't really need to be floating darcs-hash:20140704224025-1499c-74d690b962f1ac9dee3d424dc7c6a1a13922af6d.gz
2014-07-03needs update for mplayer2Joey Hess1-0/+1
Ignore-this: 9a17f371a79b5d656473dedfc4b85c85 xmonad floats mplayer by default. However, Debian has switched to mplayer2, and so on upgrade, it will stop floating. This can be easily fixed in the user's config file, but here is a patch that avoids bothering the user with breakage on upgrade. darcs-hash:20140703054359-1bbce-09388be48f5bd9a5cbb9891e28746c1a2969dec0.gz
2014-05-02OPTIONS_GHC is the preferred pragma nameAdam Vogt1-1/+1
Ignore-this: 7f2269eb9bd7a139754763e5d1fcbd66 darcs-hash:20140502175734-1499c-285911287bd6021c6964146a00086e7e1fc8d30d.gz
2014-05-02move library part to src/Adam Vogt1-0/+0
Ignore-this: 39633e17915844643f12a3dd25288e81 darcs-hash:20140502175159-1499c-fa8e1239e9c2a843e2272e7173374245682a1314.gz
2013-05-28depend on data-default, and deprecate the monomorphic name defaultConfigDaniel Wagner1-5/+12
Ignore-this: 1e746731695df3b6f684d5463a3da6a4 darcs-hash:20130528003531-76d51-cb0d530829e7ad54445399456421f3fa7fe231df.gz
2013-02-05configurableEventMasksmwlochbaum1-2/+17
Ignore-this: 3848de0f8f5ad5995e87a2a01e7752f darcs-hash:20130205182858-2314b-e8e2c7286946762cadb2e58ae043b194d681df9e.gz
2012-01-03Add configuration option clickToFocus (issue 225)Adam Vogt1-2/+8
Ignore-this: 78961f6256e1a1ee25c085e9056af758 To summarize this allows clicks which change the focus to also be passed on to that window. darcs-hash:20120103013916-1499c-1c29f13f0565f4812cf5787caefb6142882f25b5.gz
2012-01-13Config.hs: implement mod-shift-/ newbie keybinding guide per ↵gwern01-2/+56
http://code.google.com/p/xmonad/issues/detail?id2 Ignore-this: bdfa33d3d06d7cf67fe689421f30a0ca darcs-hash:20120113010410-f7719-04f51d6bbe88b291e4e388104c1350a27c203f80.gz
2012-01-13Config.hs: rm commented out keybinding (dead for years)gwern01-3/+0
Ignore-this: 642850f63b8c9cd44102e9883178d475 darcs-hash:20120113000115-f7719-4b4f31a1fd781030c83dd4bb9ac1dc4bfedfd29c.gz
2011-11-17Correct recompile keybinding (issue 126)Adam Vogt1-1/+1
Ignore-this: e27d6d60a16788192c0bb0399a597fb3 Thanks reenberg for pointing out the previous patch incorrectly warns about a missing xmonad when the config has an error. Also changed is "type" which as a shell builtin is more likely to exist than "which". darcs-hash:20111117042522-1499c-f0c882660e4e8ea02c601331e431a97b2585a2d1.gz
2010-03-30Warn with xmessage when xmonad cannot be found for recompile (issue 126)Adam Vogt1-1/+1
Ignore-this: f77e1ba4fdb2c15635be379d6e5f58e9 darcs-hash:20100330003310-1499c-c2b0bdd897e6f87630b4c025544745acd157fcd3.gz
2011-10-13change the default mod+p binding to keep up with changes to dmenuDaniel Wagner1-1/+1
Ignore-this: e3859ef530c04cb6c2c9bfec5cc412e1 darcs-hash:20111013162509-76d51-30199fdc9986b060dc592dba699291a3a6691a90.gz
2010-05-03Less refreshing in mouse-2 binding (thanks aavogt)Spencer Janssen1-1/+1
Ignore-this: 5d61d6fd9a7663d0a7a1c8e2526230f7 darcs-hash:20100503155017-25a6b-af89c8923f42cde6478449da0584c643d5bf0a9c.gz
2010-02-14Various clean-ups suggested by HLintSpencer Janssen1-7/+7
Ignore-this: ccaa6e774f2f8169e6083eddcffe31b6 darcs-hash:20100214025750-25a6b-c15d6ca0ac2f1dc7d3da2f7b311584df7f96dffd.gz
2009-12-16Determine numlockMask automatically, fixes #120Spencer Janssen1-19/+2
Ignore-this: d80c82dd0a23dc7a77fdc32fd2792130 darcs-hash:20091216012140-25a6b-1730d8fef04b735b04475d1772e4825fa44cb318.gz
2009-11-06Support for extensible state in contrib modules.Daniel Schoepe1-1/+2
Ignore-this: d04ee1989313ed5710c94f9d7fda3f2a darcs-hash:20091106115050-7f603-c88ce5e468856afd9e4d458ed3b0a2cfa39e63b3.gz
2009-03-22Pester the user with one (not two) xmessages on config errorsAdam Vogt1-1/+1
Ignore-this: f481f7d3ba5fca5c53a0b3a87daa32bb darcs-hash:20090321233736-1499c-6e732e248211c129eba7b664fed681c97ae09020.gz
2009-02-09X.Config.hs, ./man/xmonad.hs: update Event Hook docwirtwolff1-1/+2
Ignore-this: 3792043278932e371e3e2858913a2b17 darcs-hash:20090209183837-d17f0-da898b508e3a69f030de7de69c738065d1e8c81f.gz
2009-02-03Support for custom event hooksDaniel Schoepe1-2/+15
Ignore-this: f22f1a7ae2d958ba1b3625aa923b7efd darcs-hash:20090203155536-cb1c6-834084657dbd5699030c7dd6dbb1ab153763b631.gz
2009-01-17Asynchronously recompile/restart xmonad on mod-qSpencer Janssen1-1/+1
Ignore-this: 753d8746034f818b81df79003ae5ee0d darcs-hash:20090117035300-25a6b-2c87550f8f014dee37797b194ca9c0c7c6ccc760.gz
2008-09-11add W.shiftMaster, fix float/tile-reordering bugDevin Mullins1-3/+3
darcs-hash:20080911053909-78224-d050fdbedac4eb39a96f30ec0679a9b67d274091.gz
2008-06-01Haddock syntax for enumerationMalebria1-0/+2
darcs-hash:20080601204951-1ef02-f66c70867a91bc35da3ab71b1169db4ba1ee62fe.gz
2008-05-21Raise windows in the floating layer when moving or resizingTrevor Elliott1-2/+4
darcs-hash:20080521215057-5b2f6-8f1e27f1963b78ebe2954cd17558a778de82de3a.gz
2008-05-02use named colours. fixes startup failure on the XODon Stewart1-2/+2
darcs-hash:20080502210149-cba2c-38e2823f19bcf8f92394be8394a99296a7e3549a.gz
2008-03-25Remove gapsSpencer Janssen1-21/+3
darcs-hash:20080325091526-a5988-e6ed58b0d493845525a4c7e5977352cfb12b9c92.gz
2008-03-23add mod-shift-tab to the default bindings, from Mathias StearnDon Stewart1-0/+1
darcs-hash:20080323211421-cba2c-46aba254af16f1bf3cb269bc84f289882010b93f.gz
2008-02-04Add a startupHook.Brent Yorgey1-2/+7
The only thing I am not sure about here is at what exact point the startupHook should get run. I picked a place that seems to make sense: as late as possible, right before entering the main loop. That way all the layouts/workspaces/other state are set up and the startupHook can manipulate them. darcs-hash:20080204192445-bd4d7-218d69dcf3cd5c5f2962859cf847595527399807.gz
2007-12-29Make focus-follows-mouse configurableSpencer Janssen1-3/+10
darcs-hash:20071229023301-a5988-7576eb2625061b2dcca3da69d1be4a1e50a76e71.gz
2007-12-20Config.hs: too many users seem to be ignoring/missing the polite warning not ↵Brent Yorgey1-2/+6
to modify this file; change it to something a bit less polite/more obvious. darcs-hash:20071220201549-bd4d7-1ee7ed6452411944dbbb8545d4e8b2d0b53fa967.gz
2007-12-22Remove desktop manageHook rules in favor of ManageDocksSpencer Janssen1-3/+1
darcs-hash:20071222113735-a5988-6ef60641c5b375ff70b3988fbe1d70780cb33213.gz
2007-12-19Remove getProgName capability from restart, we don't use it anymoreSpencer Janssen1-1/+1
darcs-hash:20071219215011-a5988-f4c17d2d3f3a7a4ea6c9e5e8fe73b1c800cbb9d5.gz
2007-12-19Call 'broadcastMessage ReleaseResources' in restartSpencer Janssen1-1/+1
darcs-hash:20071219065710-a5988-a03100cb8be702bdb1e972911e14117ed517975a.gz
2007-12-09Remove kicker and gnome-panel from the default manageHook, these are betterSpencer Janssen1-6/+5
handled by XMonad.Hooks.ManageDocks. Also, remove the over-complicated list comprehensions. darcs-hash:20071209135408-a5988-75f2ea762ddd8c442c13f712e68397f60c429fab.gz
2007-11-24Move XMonad.Layouts to XMonad.Layout for uniformity with xmcAndrea Rossato1-1/+1
darcs-hash:20071124143000-32816-91c1de68f8770647c9315c633920fe7b92fab882.gz
2007-11-16Config: small haddock fixAndrea Rossato1-1/+1
darcs-hash:20071116113158-32816-8396d02d1e216f99b1bbb68188a39a44d8af9fd7.gz
2007-11-12make default ratios in config nicer to look atLukas Mai1-2/+2
darcs-hash:20071112013551-462cf-79c0e72e34bb6c583ee44f18b37ce1f76d76c529.gz
2007-11-11clarify comment at top of Config.hsDevin Mullins1-2/+2
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.gz
2007-11-11avoid Data.Ratio and % operator in XMonad.ConfigDavid Roundy1-3/+2
I think this'll make Config.hs more friendly as a template for folks to modify. darcs-hash:20071111183708-72aca-2a0c0e2463c94d1d2d08b60f7f16e239250ec2c7.gz
2007-11-11remove obviated (and confusing) commentsDevin Mullins1-12/+0
darcs-hash:20071111055047-78224-d09022c6b287c8404ffa94805045ae7f4ff172c6.gz
2007-11-11hide existential Layout (mostly) from user API.David Roundy1-4/+3
darcs-hash:20071111003055-72aca-77eb2071cd596e0e13746413807f375d199dbe32.gz
2007-11-09New ManageHook systemSpencer Janssen1-21/+7
darcs-hash:20071109024722-a5988-c499d006a8a4a48dd7c8cbaf4e4ea9635ceb1ec4.gz
2007-11-07Provide top level XMonad.hs export moduleDon Stewart1-2/+2
darcs-hash:20071107030617-cba2c-8c900566b5e1784737fefe3273486f8a1238da55.gz
2007-11-05EventLoop -> Core, DefaultConfig -> ConfigDon Stewart1-2/+2
darcs-hash:20071105021705-cba2c-fc7ffc11ffa9a5397cc40a5dba530ca620018f25.gz
2007-11-05clean up DefaultConfig.hsDon Stewart1-39/+62
darcs-hash:20071105021142-cba2c-9f231155d1aa1be8cd4a9e58a0a2fce95433c47e.gz
2007-11-04Use the layout and workspaces values from the actual configuration usedSpencer Janssen1-2/+2
darcs-hash:20071104020320-a5988-9f9b76e313f4de76c45434e828938eae6b83a8fe.gz
2007-11-02Float handler out of makeMain, make keys and mouseBindings dependent on ↵Spencer Janssen1-9/+9
XConfig for easy modMask switching darcs-hash:20071102025924-a5988-bbddb07ed8c00cb4279db059f2513eba4ce3ecb5.gz
2007-11-01We can't rely on the executable name, because it may be 'Main'Spencer Janssen1-1/+1
darcs-hash:20071101205057-a5988-da8279631a561022e4161081a8d9a9e31f2ce623.gz
2007-11-01Get defaultGaps from the current config, not the default oneSpencer Janssen1-1/+2
darcs-hash:20071101205025-a5988-78d551974e1c4d8c000fbaa2efd2f4477ee8bfae.gz
2007-11-01HierarchifySpencer Janssen1-8/+7
darcs-hash:20071101180846-a5988-25ba1c9ce37a35c1533e4075cc9494c6f7dd5ade.gz