aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Collapse)AuthorAgeFilesLines
* My config uses xmonadPropLog nowSpencer Janssen2009-11-071-8/+6
| | | | | | Ignore-this: 8f16b8bea86dfcd3739f1566f5897578 darcs-hash:20091107005230-25a6b-0a0827d6b78e1801ab61e5fbd7a85a5bd728e378.gz
* Add experimental xmonadPropLog functionSpencer Janssen2009-11-071-0/+19
| | | | | | Ignore-this: f09b2c11b16a3af993b63d1b39566120 darcs-hash:20091107004624-25a6b-7d6cd58f8b759867bb49df0ac9bfc1472b3f7423.gz
* XMonad.Actions.Search: imdb search URL tweak for bug #33gwern02009-11-031-1/+1
| | | | | | Ignore-this: bae5e6d3ec6c4b6591016ece9dffb202 darcs-hash:20091103222330-f7719-da1c360d882592123e6f82ba0e131b28fbc9ee04.gz
* Clean imports for L.BoringWindowsAdam Vogt2009-11-031-3/+1
| | | | | | Ignore-this: 56946a652329390dbdd63746ca23ee8e darcs-hash:20091103140649-1499c-71c790d24946d941feda53b09e45979277467b43.gz
* I maintain L.BoringWindowsAdam Vogt2009-11-031-1/+1
| | | | | | Ignore-this: de853972b4c1c4cefa2dc29e68828d5d darcs-hash:20091103140509-1499c-5f78fdacd9c2e1a08e2763ebaf968048946414f5.gz
* fix window rectangle calculation in X.A.UpdatePointerTomas Janousek2009-10-261-2/+4
| | | | | | Ignore-this: ad0c3a020b802854919c7827faa001ad darcs-hash:20091026154918-c9ff5-bc661b0a4bb11698032ad92d9e873e97931aa1ad.gz
* Implement hasProperty in terms of runQuery in U.WindowPropertiesAdam Vogt2009-10-311-9/+1
| | | | | | | | | | Ignore-this: 1c351bc436e0e323dc25d8f5ff734dcb This addresses issue 302 for unicode titles by actually using the complicated XMonad.ManageHook.title code, instead of reimplementing it with stringProperty (which doesn't appear to handle unicode). darcs-hash:20091031154945-1499c-8ffa999923416eeb052c5949beec8519fc75e5e8.gz
* Add functions to access the current input in X.PromptDaniel Schoepe2009-10-311-0/+10
| | | | | | Ignore-this: 3f568c1266d85dcaa5722b19bbbd61dd darcs-hash:20091030235033-7f603-2da8ee80df7406b09d279592804adc37f3e14ab2.gz
* Remove putSelection, fixes #317Spencer Janssen2009-10-302-49/+4
| | | | | | Ignore-this: 6cfd6d92e1d133bc9e3cbb7c8339f735 darcs-hash:20091030224354-25a6b-1181861af8f4783783d875491a8d67cd26538ca3.gz
* Fix typo in H.FadeInactive documentationAdam Vogt2009-10-291-1/+1
| | | | | | Ignore-this: b2af487cd382416160d5540b7f210464 darcs-hash:20091029165736-1499c-883218d2ff7fee9d8bf9fb1332652e526263f7d7.gz
* X.L.MultiCol constructor 0 NWin bugfigAnders Engstrom2009-10-291-3/+6
| | | | | | | Ignore-this: e6a24f581593424461a8675984d14d25 Fix bug where the constructor did not accept catch-all columns. Also some minor cleaning. darcs-hash:20091029105633-8978f-5ba50b10b2337eebb3f77f0e4bb3d3ff10faeb42.gz
* X.H.ManageHelpers: added currentWs that returns the current workspaceIsmael Carnales2009-10-281-0/+5
| | | | | | Ignore-this: dcd3dac6bd741d26747807691f125637 darcs-hash:20091028193519-6553f-b668fcfb822718a48caea74d21860de505a467c1.gz
* X.L.MultiColumns bugfix and formatingAnders Engstrom2009-10-271-43/+42
| | | | | | | Ignore-this: 6978f485d18adb8bf81cf6c8e0d0332 Fix bug where a column list of insufficient length could be used to find the column of the window. Also fix formating to conform better with standards. darcs-hash:20091027131741-8978f-b5794f98377cca88040ab6aac62232542e4d5d56.gz
* X.L.MultiColumns NWin shrinkning fixAnders Engstrom2009-10-271-1/+1
| | | | | | | Ignore-this: 9ba40ee14ec12c3885173817eac2b564 Fixed a bug where the list containing the number of windows in each column was allowed the shrink if a column was unused. darcs-hash:20091027005932-8978f-8955b49d4c7440a0fb8866efc82ef707cca761ec.gz
* New Layout X.L.MultiColumnsAnders Engstrom2009-10-241-0/+143
| | | | | | | Ignore-this: a2d3d2eee52c28eab7d125f6b621cada New layout inspired the realization that I was switching between Mirror Tall and Mirror ThreeCol depending on how many windows there were on the workspace. This layout will make those changes automatically. darcs-hash:20091024175155-8978f-ca27106c89b726393f366f6e2d5182ae0afb665c.gz
* Changing behaviour of ppUrgent with X.H.DynamicLogmail2009-09-101-19/+8
| | | | | | | | | | | | | | | | | | | Ignore-this: 3882f36d5c49e53628485c1570bf136a Currently, the ppUrgent method is an addition to the ppHidden method. This doesn't make any sense since it is in fact possible to get urgent windows on the current and visible screens. So I've raised the ppUrgent printer to be above ppCurrent/ppVisible and dropped its dependency on ppHidden. In addition to that this makes it a lot more easier to define a more custom ppUrgent printer, since you don't have to "undo" the ppHidden printer anymore. This also basicly removes the need for dzenStrip, although I just changed the description. -- McManiaC / Nils darcs-hash:20090910010411-e34a6-d8ba596b105db26324d799ee72658ec97648df65.gz
* fix X.U.Run.spawnPipe fd leakTomas Janousek2009-10-251-0/+1
| | | | | | Ignore-this: 24375912d505963fafc917a63d0e79a0 darcs-hash:20091025210246-c9ff5-8862b42a8c811c272ae3e3bc864f32f58488e065.gz
* Doc namespace minor updatesWirt Wolff2009-10-234-37/+61
| | | | | | | | | Ignore-this: b3fd7de477f0a9ba6af1d8c78eb47754 Most signifigant changes are use unversioned links to external html, fix a couple of key binding examples, and double quotes that should have been single. darcs-hash:20091023184905-18562-289dca9ef6140e899ff6820bc8d2940cea2488bf.gz
* Docs: use myLayout like template rather than pluralWirt Wolff2009-10-2338-81/+81
| | | | | | | | | Ignore-this: 8f1814c42e90e18af636a14751ae2f58 Despite myLayouts currently being more popular in examples, make them all myLayout as in man/xmonad.hs to avoid mixing them in the same module as was done a few places, leading to confusion for some users. darcs-hash:20091023042651-18562-48ea1268b6eb92d4b4d50f20aba93cead4652eb1.gz
* Use 'ewmh' in relevant configsSpencer Janssen2009-10-233-13/+5
| | | | | | Ignore-this: 7cac9c6c3795a3fb60899db29cc65d08 darcs-hash:20091023035043-25a6b-a6e2420febdeb9e9710167f852451c2fd7021869.gz
* Add ewmh function to set all EWMH settings in one stepSpencer Janssen2009-10-231-4/+9
| | | | | | Ignore-this: 4d79c1e156f56882036ce43e70cce6f2 darcs-hash:20091023034630-25a6b-3a5055d46b632bd7c898e2904f145718f392bd6e.gz
* Refer to modm as the current modMaskAdam Vogt2009-10-2279-246/+248
| | | | | | | | Ignore-this: d097c7dc1746c55e1d4078a7148f9d5a This makes the config suggestions consistent with the current template. darcs-hash:20091022041126-1499c-5dd63076fdd71a61276cfc8e648bada81d9cc586.gz
* Resolve conflicts between Justin Bogner's C.Desktop patch and latest head.Daniel Schoepe2009-10-221-3/+4
| | | | | | Ignore-this: ba805e9889d6bda5ea873e3537b0111f darcs-hash:20091022115849-7f603-c645c8a5aa256445d6caaa8c4bc308f885ee5fe5.gz
* Move EWMH support initialization to a startupHookJustin Bogner2009-10-114-28/+19
| | | | | | | | | | 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
* C.Desktop fix bad escaping and typoWirt Wolff2009-10-221-7/+7
| | | | | | Ignore-this: 70b51a2d8b4443fa364414630ed074c0 darcs-hash:20091022100156-18562-d188cf25a5b6d6ec922148cd3bb29b5d0479b1d7.gz
* C.Desktop doc explaining common desktop config customizationsWirt Wolff2009-10-224-2/+148
| | | | | | | Ignore-this: 83d1f026ae4f4b7f5796269b51e98349 To close http://code.google.com/p/xmonad/issues/detail?id4 darcs-hash:20091022042748-18562-1ba7b4393b64cd6c0393f5472a023fd4bfff197e.gz
* Clean keymask in GridSelect(solves issue 318)Daniel Schoepe2009-10-221-2/+4
| | | | | | Ignore-this: 2c315539bf1ae8c427b7856b5fdb2e49 darcs-hash:20091021223404-7f603-1e20667b6fbcc50ada28c9de6059b13914b7357d.gz
* Share one StdGen between RGB channels in A.RandomBackgroundAdam Vogt2009-10-201-2/+2
| | | | | | Ignore-this: 15eef05c9a73d578f5513550757bb8bb darcs-hash:20091020165924-1499c-f6e8db74e8d4ad712435f1f4a54913c416ef52ad.gz
* Document A.RandomBackgroundAdam Vogt2009-10-201-5/+26
| | | | | | Ignore-this: cb6fb4567abde474fd975a25dca5adc2 darcs-hash:20091020165205-1499c-24c01fd0511025baac53e842e1b3b25155f072c5.gz
* C.Gnome combine with instead of replace Desktop startupHookWirt Wolff2009-10-201-2/+2
| | | | | | | | Ignore-this: 99af07c4d36a575570935a0421a0e241 Now that C.Desktop sets startupHook do both rather than only gnomeRegister. darcs-hash:20091020092010-18562-f041db8dc123dda4a4a70c2e5b8535757bea9d82.gz
* Remove H.SetCursor: U.Cursor is preferredAdam Vogt2009-10-201-47/+0
| | | | | | Ignore-this: 5796fe86879c2ce02ef12150e0a8603a darcs-hash:20091019235722-1499c-bc320e621daf6860c26989a841c0eaadcbabe5be.gz
* Add some haddock formatting in U.CursorAdam Vogt2009-10-201-3/+7
| | | | | | Ignore-this: 744c36a128b403980e3bc62c9e99d432 darcs-hash:20091019233036-1499c-9ea2c30cf5a3615cf0dc161636e3ba23cfa10d2f.gz
* XMonadContrib: set the default cursor to left_ptr for the Desktop configAndres Salomon2009-09-151-0/+2
| | | | | | Ignore-this: a4f7417c8a4190a0cabdadbd359e217 darcs-hash:20090915165753-40516-96e1153264d254d0f4ef3b839057a80db61b5af7.gz
* XMonadContrib: add a utility module to set the default cursorAndres Salomon2009-09-152-0/+44
| | | | | | | | | | Ignore-this: b0559b7b2617db90506492aa1479cde This adds XMonad.Util.Cursor, which defines a function that allows setting the default mouse cursor. This can be useful for (for example) gnomeConfig, to ensure that the root cursor is changed from X_cursor to left_ptr. darcs-hash:20090915165604-40516-682a702c21bdb6b712bdab38a370849932e9f632.gz
* More docs formatting in A.GridSelectAdam Vogt2009-10-161-2/+2
| | | | | | Ignore-this: a0a489c2b65fa2d755b4aca544c3d73a darcs-hash:20091016203132-1499c-00d2fe4ddf6c45555a054a947205c5182c40952d.gz
* In A.GridSelect correct haddocksAdam Vogt2009-10-161-20/+26
| | | | | | Ignore-this: f7f714c42544d9230eb9c9bec86cd36a darcs-hash:20091016171159-1499c-7b4594a01321d4b8cf861a0fe1024e901015e7ee.gz
* Describe parameters to subLayouts moreAdam Vogt2009-10-161-5/+11
| | | | | | Ignore-this: d09f236cb17adf7a9092f1b0e646def3 darcs-hash:20091016164937-1499c-3efecfa342856feea67c3e7b97bc8a5b5be548fa.gz
* Refer to modMask as modm in L.SubLayouts sample keybindsAdam Vogt2009-10-161-10/+10
| | | | | | Ignore-this: 3a8366f7d8f337be750b4db61a454991 darcs-hash:20091016164737-1499c-7d697a986376deddecedb6c913b8e23c54930ff5.gz
* Format L.SubLayout TODOAdam Vogt2009-10-161-3/+5
| | | | | | Ignore-this: 4dfa10aa2f7087658b6a93299f75310 darcs-hash:20091016155837-1499c-12b71a9f8159c4cb6054ee4d5a7d1c802a694fe5.gz
* Add more links in L.SubLayout documentationAdam Vogt2009-10-161-5/+7
| | | | | | Ignore-this: 70347cc0bcf4966e6c07f45740882087 darcs-hash:20091016155518-1499c-4bf9e33e25bcf016f5b964f37efcf0a7a5ac72cc.gz
* Link a screenshot in L.SubLayouts from the haskellwikiAdam Vogt2009-10-161-0/+9
| | | | | | Ignore-this: c58b64c5c5f28f4d71c9e8498965ca9e darcs-hash:20091016150539-1499c-37de9b653de36ce0d96d881328206311385c9a9f.gz
* Added focusMaster to BoringWindowsJan Vornberger2009-10-161-4/+18
| | | | | | Ignore-this: 7f99337fc63cdc7c861fdc3c2ab2d3d1 darcs-hash:20091015233518-594c5-e40708ea385489bfe10b8af9fc2731fd7dc62718.gz
* Remove NamedFieldPuns from L.LimitWindowsAdam Vogt2009-10-151-14/+14
| | | | | | | | | Ignore-this: 228ca5b5ac067876c3b2809fc03b6016 This is more ugly, but otherwise we have lots of trouble for ghc-6.8 compatibility (due to the recomended flag having changed) darcs-hash:20091015010123-1499c-82099ae2f0598dfbb86c389aa5d3ad4a6151f465.gz
* Note L.Minimize in L.LimitWindows haddocks.Adam Vogt2009-10-141-0/+1
| | | | | | Ignore-this: 83a809d2467a286e0c1a133be947add9 darcs-hash:20091014205326-1499c-95010e5a9036b7a9cadb29d6b7493cf1f3259780.gz
* Move limitSelect into L.LimitWindowsMax Rabkin2009-10-142-123/+63
| | | | | | Ignore-this: 51d6e9da4a6a4f683cd145371e90be17 darcs-hash:20091014202213-a5338-1896e12a9c253692e03c0ac1d624fe0e26312e21.gz
* added haddocks for L.SelectiveMax Rabkin2009-10-021-1/+36
| | | | | | Ignore-this: d29016f1261d0176634bb040fcc1836a darcs-hash:20091002112720-a5338-4d23800e34986d1ee473ac299e794b6e4e0093d4.gz
* Support IncMasterN in SelectiveMax Rabkin2009-09-291-0/+9
| | | | | | Ignore-this: 3fd288d0062905177c06006ea4066f6d darcs-hash:20090929173346-a5338-2d3965e3bade676e302db3015b9a8147e45fdd92.gz
* removed commented-out codeMax Rabkin2009-09-291-24/+0
| | | | | | Ignore-this: 776b1566626660b639f8933980f5a3a1 darcs-hash:20090929163509-a5338-ea9f3c63a828c192d2f404d6b7dbda46621a861c.gz
* Test that update preserves invariants of SelectionMax Rabkin2009-09-291-1/+1
| | | | | | Ignore-this: 340b2a1465b9fc98cdc386b511ce26bb darcs-hash:20090929163139-a5338-41aff4fdfbefe3c50a528bdf1a0c798a90b80381.gz
* Add "Selective" layout modifierMax Rabkin2009-09-291-0/+98
| | | | | | Ignore-this: ded23208563ca8c8d411916d01351132 darcs-hash:20090929160207-a5338-8da17faae1182548259cb9d304533c6239673710.gz