aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-09-18Run gnomeRegister from startupHookSpencer Janssen1-6/+5
Ignore-this: 419959a33840264674d2c8034882b689 darcs-hash:20090918023410-25a6b-ea5372b3612373a50448d817d554256eea0a3e6a.gz
2009-09-18Use U.Run.safeSpawn in C.GnomeAdam Vogt1-6/+2
Ignore-this: b2476a239089a3fd3fe9001cf48e8f09 darcs-hash:20090917233953-1499c-ed27da33089b4e656eefcb95e39063144850717f.gz
2009-09-18Add gnomeRegister to C.Gnome.Adam Vogt1-3/+31
Ignore-this: 5b2960004418c04bdbb921e3aa777fc2 Credit to Joachim Breitner here: http://www.haskell.org/pipermail/xmonad/2009-May/007984.html darcs-hash:20090917232150-1499c-e3dcf06bb7ef538057bfc7ed7c593d880c8a2574.gz
2009-09-04Remove excess broadcastMessage ReleaseResources from A.CommandsAdam Vogt1-3/+2
Ignore-this: e55e16750bd1ee116760559680495b46 XMonad.Operations.restart tells the layouts to release resources. There's no sense in duplicating it in contrib code anymore. darcs-hash:20090904010259-1499c-85747018852d2b25a752defc956d6b80b1187343.gz
2009-09-04Mark modules last-modified in 2007 as stableAdam Vogt15-15/+15
Ignore-this: 53f7fde5684cd9f105cf4e3ce0d849d2 http://www.haskell.org/pipermail/xmonad/2009-July/008328.html darcs-hash:20090904005147-1499c-26b69f4359925d57dcbbed2a557fc4b1b69eaca4.gz
2009-09-01Minor changes to my configSpencer Janssen1-4/+7
Ignore-this: 5196fb217e72153fc4fb32fb40ab18f darcs-hash:20090901024802-25a6b-b4bd61c634b501361dbd320a2de17b52d5465e6c.gz
2009-08-28Return True in X.H.FadeInactive.isUnfocused if current workspace is empty. ↵Adam Vogt1-1/+1
(dschoepe) Ignore-this: 56a3dac874f6430f10ad23870a4be38a darcs-hash:20090828214537-1499c-746e07cd364f9c4bdf12bb7f633b761bc78953fe.gz
2009-08-26Actually execute the correct command when giving user-defined commands to ↵Jan Vornberger1-2/+2
ServerMode Ignore-this: 571e4d3ec5bcae56987c6e3b85b800b6 darcs-hash:20090825233828-594c5-6d445f87083d4c7d6ffcf99a467880a0730bac00.gz
2009-08-26Preserve backwards compatibility with H.ServerModeAdam Vogt2-6/+11
Ignore-this: cd5df0c49e1d0f07ede1994da9c4c865 darcs-hash:20090825220348-1499c-8f18eb208a02d11f0b7455a75021df4c927b38bd.gz
2009-08-25Let the user decide which commands to use in X.H.ServerModeDaniel Schoepe2-6/+10
Ignore-this: 3a1b95f85253ce6059f4528e23c5a3d3 darcs-hash:20090825101630-7f603-100cf20462e6cb4214e0737223f1b9141091f1b5.gz
2009-08-23Improve/correct documentation in X.A.TagWindowsDaniel Schoepe1-3/+3
Ignore-this: e9adb7bf77eeebff42f564390c6ceedc darcs-hash:20090823131229-7f603-1f0d7b59948bd8b47215c1325e158c19807fb203.gz
2009-08-09Replace nextEvent with maskEvent to prevent GridSelect from swallowing ↵Clemens Fruhwirth1-1/+1
unrelated events (such as map/unmap) Ignore-this: 6c3bc2487e4f011e0febe0935c223f2 darcs-hash:20090809131055-ed0c4-983bd18467496e2736ef99904d8fdb5392855517.gz
2009-08-22Better default for ppUrgent in xmobarPPDaniel Schoepe1-0/+1
Ignore-this: ffdfad360d8fd5c5bfa38fd0549b8f19 Most users would expect workspaces with urgent windows to be highlighted in xmobar when they set up an UrgencyHook. Hence, doing this by default in xmobarPP makes sense. (dzenPP does the same) darcs-hash:20090822183416-7f603-1a8bafd92a2f38db8f3df40daf490b206ced526e.gz
2009-08-22Add backwards compatability in X.H.FadeInactiveDaniel Schoepe1-1/+1
Ignore-this: d2ef91429d80fde5126b2aa8f0de9b1f darcs-hash:20090821225646-7f603-f88c0e9cc292247e44175343f9b3a91e03c98afb.gz
2009-08-21More flexible interface for X.H.FadeInactiveDaniel Schoepe2-35/+39
Ignore-this: e905086d3fb640cbccf4eec2f11f293 This patch allows setting the opacity on a per-window basis and lets the user specify it as a percentage instead of an Integer between 0 and 2^32-1. darcs-hash:20090821203936-7f603-b7753508f41955036232b43effd5e93ab73dfc2f.gz
2009-08-18U.Scratchpad: doc add disable-factory flag to gnome-terminal exampleWirt Wolff1-3/+2
Ignore-this: 6fd874a236121b5669b0ec5944caf205 Few systems have --disable-factory on by default, but it's needed to set custom resource string. http://code.google.com/p/xmonad/issues/detail?id08 darcs-hash:20090818192503-18562-a9984e53491830bda767c1dddbae44fb27cc8dff.gz
2009-08-17A.CycleWS: add toggleOrView fns, fix doc, prevent head exceptionWirt Wolff1-3/+48
Ignore-this: 35acc32e696e665aca900721d309d1d3 darcs-hash:20090817215549-18562-ebaf740cc0846b99c78b8d62fa616d2864feadfa.gz
2009-08-13Don't use tabs in EwmhDesktopsDaniel Schoepe1-3/+3
Ignore-this: 59b1ade240aa75cf448620cd7a37579b darcs-hash:20090813200119-7f603-2e4dbfc698796446602334609b244d79e5276f61.gz
2009-08-13Do not warn about unknown ClientMessageEventsJoachim Breitner1-1/+4
Ignore-this: d02940888cd54cf209d6e5f4847548ab Not all client messages are are meant to be handled by the wndow manager, so do not complain when one is unknown. darcs-hash:20090812222917-23c07-105d12c2d48165f574345695c13a802b2adb1b4c.gz
2009-04-28ScratchpadRewritekonstantin.sobolev1-43/+10
Ignore-this: 17c946c04dae72f0873f0f5bb56c9f37 Scratchpad reimplementation in terms of NamedScratchpad. No interface changes. darcs-hash:20090428200136-fb31b-bbafd333c4f336933f904153225cbf7f960eff12.gz
2009-04-28NS_Placementkonstantin.sobolev1-11/+31
Ignore-this: 7cf2d8d956c8e906b41731632db67e2a Added ability to specify scratchpad manage hooks, mostly for defining window placement in a more flexible manner darcs-hash:20090428192731-fb31b-cae7243900cb3091916fbb8d8d1bb96e2826fcf6.gz
2009-05-03ThreeColMid - Swap slave window positionsAnders Engstrom1-3/+3
Ignore-this: f2673e83386bc0e5d398d4e875537cc8 This patch will swap the positions of the two slave windows and this will result in a more intuitive window order. When using focusDown beginning in the master pane we will move in the following graphical order 2->3->1->2->3 instead of 2->1->3->2->1. This is backwards from what is expected. The small drawback is that increasing from 2 to 3 windows (and therefore also columns) will behave in a less intuitive way. The window in the right column will jump to the left of the screen. I think that it is a good idea to make this change since I rely a lot on the window order but people using WindowNavigation may be of a different opinion. An alternative is to add an option to select in what way to behave, but that could be overkill... I leave it up to discussion and devs to decide. darcs-hash:20090503195026-8978f-673fda48f46139930efe4cc0fd19f8777ffeed1b.gz
2009-08-09fix UrgencyHook docs (\a -> \\a in Haddock)Brent Yorgey1-1/+1
Ignore-this: a1fcfe2446184a8cea4553fd68565b58 darcs-hash:20090809184016-1e371-6dd9048634ffaccfbebb1461f5f8bad774dee82d.gz
2009-08-08XMonad.Actions.Search: removeColonPrefix shouldn't throw an exception if no :!gwern01-1/+1
Ignore-this: db0a25c0d615c3d8cb6ef31489919d91 darcs-hash:20090808002224-f7719-27d50f4f65324ac26594f0518081817aae17353c.gz
2009-08-08XMonad.Actions.Search: clean up hasPrefix - dupe of Data.List.isPrefixOfgwern01-13/+9
Ignore-this: 3327a19e5aa23af649ce080fc38a7409 darcs-hash:20090808002120-f7719-150bdb6def1f73e6552c81bd7a64414a8177183b.gz
2009-08-08XMonad.Actions.Search: +wiktgwern01-1/+3
Ignore-this: cee8b1325820ea1f513ae18d840b4c48 darcs-hash:20090808000622-f7719-a6bf599e8473818a8d86acc23fb3e85d7bb3cb78.gz
2009-01-28NoWrap export patch for use with X.L.MessageControlquentin.moser1-7/+7
Ignore-this: 2b76afa0547aaed5fb39454a074ec4c3 darcs-hash:20090128004726-5ccef-a770e7113f6d8205e52268fc6cc7145f3a4ba81b.gz
2009-01-28new XMonad.Layout.MessageControl modulequentin.moser1-0/+126
Ignore-this: cc28e0def6c797f6d1da8f23469a4f8 darcs-hash:20090128013917-5ccef-3b5fbfbb147d935e15f43e741e975fa3f92f6ce8.gz
2009-07-26U.NamedActions: align the descriptions for each section, refactor its ↵Adam Vogt2-51/+57
integration with EZConfig Ignore-this: f7132388b1f1fd2dbf03885ffa534c20 darcs-hash:20090726032003-1499c-264671a5613ef3610a9e807c0e6645a629becab2.gz
2009-05-25U.NamedActions support subtitles bound to (0,0) unreachable normallyAdam Vogt1-12/+56
Ignore-this: fdb9f0f07663854049cade2f0f7c2ebd darcs-hash:20090525002915-1499c-e3a70df72ec34b1653bb2d7493133620a367179b.gz
2009-05-04Add U.NamedActions: present a list of keybindings including submapsAdam Vogt2-1/+279
Ignore-this: 181c3ee603c82e0c56406ba8552fd394 darcs-hash:20090504024017-1499c-a58667ac1e04b10469d6ea64dc7d3bb8bd3fee74.gz
2009-07-27Revert to old behavior where unmatched keys do not exit the eventloop for ↵Adam Vogt1-3/+2
A.GridSelect Ignore-this: 936cfd1e1b6243ced54e356f8067fac darcs-hash:20090727012302-1499c-4bd45b322d0d86cf6afd00e027a6a40f5647c777.gz
2009-07-26Share more mkAdjust calls L.LayoutHints in the LayoutHintsToCenter modifierAdam Vogt1-13/+13
Ignore-this: baa33d5b38a7811b9f50b7d0f808ee75 darcs-hash:20090726061802-1499c-76d4a2b3be6ede7ce823ebb1f8cbbfb3508b49b3.gz
2009-07-26Make direction keybindings configurable in A.GridSelectAdam Vogt1-30/+54
Ignore-this: 9cd675485270ccebec22df72eea40578 darcs-hash:20090726020438-1499c-f1865b69c443ceaa38b54d4fcf5e0c2d9bfe609d.gz
2009-05-13LayoutBuilder - make an example more saneAnders Engstrom1-3/+3
Ignore-this: 772566441df97479c49b6b149b57fc27 darcs-hash:20090513155732-8978f-27e6c7acc33953bd0135fd83d7951f1e51d06efb.gz
2009-06-23Clean Xkb masks in X.A.SubmapKhudyakov Alexey1-3/+3
Ignore-this: 930e2bca230d5f403bf9c06650afc57b Xkb adds its own mask and prevent Submap keybindings from normal functioning when alternate layout is used. This patch cleans these masks. darcs-hash:20090623164653-7ba7e-d80f4f1ac09f4985e8d3ed9d2885a2c80058cb83.gz
2009-07-17Fix defaulting warning with A.RandomBackgroundAdam Vogt1-2/+1
Ignore-this: 55dddcc134aa173d2c8e015fc462ff99 darcs-hash:20090716234955-1499c-07b855977f83d0898150dbf173c07a8ee9466971.gz
2009-07-15Addition of Machine window property.Juraj Hercek1-1/+4
Ignore-this: d71d82bac7cc59ef462e728adaf5db01 This patch adds WM_CLIENT_MACHINE property to window properties. I can be used to distinguish windows run from different machines. darcs-hash:20090715105053-69f16-6c1398ca86453bcb79aedf33597f5cb279f902a2.gz
2009-07-16remove myself as maintainer from code I don't maintain.David Roundy5-5/+5
Ignore-this: 362988aeca1996474942fa29ffcccbce5e543e57 darcs-hash:20090716153409-72aca-1f9c8d54efb3471fcdf965fb079f9a0b5527a74e.gz
2009-07-03X.A.CopyWindow: add wsContainingCopies, doc cleanupwirtwolff1-14/+45
Ignore-this: 883899013707737d085476637a44695a Use wsContainingCopies in a logHook to highlight hidden workspaces with copies of the focused window. (refactored from original by aavogt) darcs-hash:20090703011524-d17f0-c8e021f7ebaac815fcc51a797b642e50d2a74a3e.gz
2009-07-09Add ability to copy the entered string in X.PromptDaniel Schoepe1-1/+6
Ignore-this: 4e8b98f281001d7540617d0ff6a3d4f3 darcs-hash:20090709100703-7f603-ca459dc9695aab8fc70396761bdd6bf51ca962ab.gz
2009-07-08Correct license for L.CenteredMasterAdam Vogt1-1/+1
Ignore-this: 31136b901a7dc476ea337678cbc8637f Context for why I've recorded the patch: aavogt | portnov: did you get the message about your XMonad.Layout.CenteredMaster licence being not compatible with the licence of contrib? portnov | aavogt: yep. Could you change that yourself? I allow this to be distributed as bsd3. Making so small patch and sending it will get to much time :) portnov | *so aavogt | I can change it, its more about whether you would allow the change to be made aavogt | but I guess this clears it up portnov | i allow. darcs-hash:20090708051616-1499c-b6558a3cb11edeb47e003abc76984950823700d1.gz
2009-07-05Remove trailing whitespace from many modulesAdam Vogt32-146/+146
Ignore-this: 1e28ff0974578d329bd3d593c1a5125e darcs-hash:20090705201205-1499c-581bd0bb43ab6096eccded6edbd54a7a2007b0d9.gz
2009-07-05Clarify documentation the Migrate message added to L.SubLayoutsAdam Vogt1-2/+3
Ignore-this: 1d47165904048edfe28414ec5ce7f3e darcs-hash:20090705180014-1499c-835c2136a7324d9ed8de0b4f40cca3d2b357cbe0.gz
2009-07-05Reduce a bit of recently introduced duplication in L.SubLayoutsAdam Vogt1-5/+3
Ignore-this: e87a5643938183eff156e08646cc71ac darcs-hash:20090705175145-1499c-2c3ffac4ccbec1b5b6d0101e8a0aa714898b5547.gz
2009-07-05Add Migrate message to L.SubLayouts, for better support of moving windows ↵Adam Vogt1-13/+23
between groups Ignore-this: d76b2f3e5999999a489b843b4dde59f1 darcs-hash:20090705174934-1499c-b0878bb70fbcdd734deccdc9a6beac9928aded4e.gz
2009-07-05L.SubLayouts: also run the layout being modified in a restricted environmentAdam Vogt1-11/+30
Ignore-this: 9defa5b6a59ed84a15f733bd979e1c45 This way, correct behavior can be expected if the layout runs ex. 'withWindowset W.peek', instead of looking at its arguments. darcs-hash:20090705174156-1499c-66ae6251ba913aab43d873dee209dbdcea973093.gz
2009-07-05L.SubLayouts fix bug where previously run layouts would not get messagesAdam Vogt1-3/+3
Ignore-this: 1d54ddb6596173f2fb6f30a648d7f3ba darcs-hash:20090705173504-1499c-f4c8bb7d90004d127196ecabea567cf4ebe27095.gz
2009-07-05Simplify A.WorkspaceCursors use of layout for state, add documentationAdam Vogt1-72/+121
Ignore-this: 5a4cb6f165edd266a55e42ccedc8c0a7 darcs-hash:20090705050629-1499c-d2fe308976f6606a3c52c0d44d0efa96faaee1da.gz
2009-07-02Add A.WorkspaceCursors, a generalization of Plane to arbitrary dimensionsAdam Vogt2-1/+171
Ignore-this: 54225917a34aa0785a97c8153ff32ab9 This is implemented as a layoutModifier, since that way the workspace arrangment is preserved between restarts. darcs-hash:20090702042609-1499c-0610725ef646811637a3cee027047e62ddc57085.gz