aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use LANGUAGE pragma.Joachim Fasting2007-12-301-1/+1
| | | | darcs-hash:20071230061817-928c4-d58a919e7b9a1014788f0e0a1a8c75589e745adc.gz
* shiftPrevScreen and shiftNextScreen, to make CycleWS consistentmail2007-12-311-1/+20
| | | | darcs-hash:20071231171609-c9905-843656222b29cf2f40922b243d78be02608a9a8a.gz
* formattingDon Stewart2007-12-041-2/+6
| | | | darcs-hash:20071204174920-cba2c-8c084bf72c344aa80847e6d167d955377260d9be.gz
* PerWorkspace.hs: add an explanatory noteBrent Yorgey2007-12-311-0/+7
| | | | darcs-hash:20071231135806-bd4d7-023333ed3121a756d2165919532077f37c0bccda.gz
* Add ShowWName a layout modifier to show the workspace nameAndrea Rossato2007-12-311-0/+95
| | | | | | This module requires dzen darcs-hash:20071231130441-32816-0a0c78f6cbbc2972e965096dfda66afbc05ef1da.gz
* ManageDocks: some documentation fixesAndrea Rossato2007-12-311-1/+4
| | | | darcs-hash:20071231101820-32816-2b9d19431d22dfa25d0e0e0baaa11a69b34ff92c.gz
* -Wall police (again)Spencer Janssen2007-12-281-2/+2
| | | | darcs-hash:20071228061841-a5988-8f51255824b0011f3114d6c645f27f1e11a0056c.gz
* -Wall policeSpencer Janssen2007-12-281-1/+1
| | | | darcs-hash:20071228061822-a5988-ebc65ed7eca5813a4a53d082a504709cad6b4936.gz
* Fulfill the EWMH specification by listing the supported ATOMs, doesnt really ↵mail2007-12-271-1/+9
| | | | | | make a differene AFAIK darcs-hash:20071227215607-c9905-79dc9d03d007173c22f7cf62d3abb0bfab766919.gz
* display all visible windows on the current desktop in the pagermail2007-12-271-1/+8
| | | | | | | | | | This is my best shot at modeling xmonad’s WM behaviour in a way that the Extended Window Manager Hints specification allows. Unfortunately, we can not tell the panel what size and position it should think the apps are. darcs-hash:20071227204349-c9905-d488d1719895335df5bb8bf157a266924533b27c.gz
* Although I do not need the curr variable after all, this is nicermail2007-12-271-4/+3
| | | | darcs-hash:20071227190113-c9905-048611490504d14ba845350be9e9d56ccabc1284.gz
* Add support for cycling through screens to CycleWSmail2007-12-271-8/+33
| | | | darcs-hash:20071227182635-c9905-de6cc264b94f665c46400199836e8ce9ec7b146c.gz
* Clear _NET_ACTIVE_WINDOW when nothing is focusedmail2007-12-281-1/+2
| | | | darcs-hash:20071228154222-c9905-a2eeeb67751c810010d81b3021ccb033de770ec0.gz
* textExtentsXMF doesn't require the displayAndrea Rossato2007-12-282-6/+6
| | | | darcs-hash:20071228125913-32816-e6193e40cb78fed678761c550644a7c64062cb56.gz
* Don't bother checking executable bits of items in $PATH, yields a ↵Spencer Janssen2007-12-261-10/+2
| | | | | | significant speed-up darcs-hash:20071226032412-a5988-0de67a84893bbcf766a111afe329d6656fb51887.gz
* ResizableTile.hs: fix resizing to work in the presence of floating windows ↵Brent Yorgey2007-12-251-6/+12
| | | | | | (resolves issue #100) darcs-hash:20071225135839-bd4d7-3a64bff2c9942018e51078854e6c722329b7cdb0.gz
* LayoutScreens: haddock fixesAndrea Rossato2007-12-251-5/+7
| | | | darcs-hash:20071225105316-32816-7cff24e089520197d6a26b2567493c13c09ab96c.gz
* XMonad.Actions.Search: haddock fixAndrea Rossato2007-12-241-1/+1
| | | | darcs-hash:20071224171115-32816-436db837dd3e304190836e0633b78b1ce17a193f.gz
* Fix isssue 105Andrea Rossato2007-12-243-15/+31
| | | | | | | | | | | issue 105 was due to the fact that tab windows created when bootstrapping the windowset after a restart where managed. Setting the override_redirect attributes to True fixes the issue. Added the possibility to set the override_redirect attribute with XMonad.Util.XUtils.creationNewWindow darcs-hash:20071224171020-32816-74cb79d8000d00c6eb9abdcf71474df5d0d9c735.gz
* Prompt.hs: mv .xmonad_history into .xmonad/gwern02007-12-241-2/+2
| | | | | | See my email to mailing list. This will slightly break anyone who upgrades while running and expects to see their prompt history, and leave a stray file, I think, but nothing else, and it'll permanently improve tab-completion, and is tidier. darcs-hash:20071224054610-f7719-a5f5baa1d6aa19206ac0809d81dee70aba2b9d29.gz
* Search.hs: +docs, and export simpleEngine so users can define their owngwern02007-12-241-11/+47
| | | | darcs-hash:20071224043828-f7719-f2a71c09140d2cab2fa751342bbd3416c69274d8.gz
* Search.hs: mv into Actions/ per IRC suggestiongwern02007-12-241-2/+2
| | | | darcs-hash:20071224043735-f7719-8590b54e3ee001be953ae37a0177370fbe2d6cfa.gz
* add XMonad.Actions.NoBordersLukas Mai2007-12-201-0/+33
| | | | darcs-hash:20071220203953-462cf-2d453dbf8078836204f8baa420292adc7296fbc3.gz
* AvoidStruts: add support for partial strutsSpencer Janssen2007-12-221-40/+43
| | | | darcs-hash:20071222133425-a5988-16543bbea84d76ff79aaf9557c8a3754b5136a9e.gz
* Search.hs: add hoogleBrent Yorgey2007-12-221-2/+4
| | | | darcs-hash:20071222184912-bd4d7-e7bd40a137ab360c88a92b64f413536a699294c1.gz
* ManageDocks: ignore desktop windows alsoSpencer Janssen2007-12-221-3/+4
| | | | darcs-hash:20071222113808-a5988-475ba24c43ec66b49cc621f029bf82a9800a478a.gz
* WibbleSpencer Janssen2007-12-221-1/+1
| | | | darcs-hash:20071222110641-a5988-8175f8b42ca8b1152dd10db1c6733156b7bc2c9e.gz
* EwmhDesktops: add _NET_ACTIVE_WINDOW supportSpencer Janssen2007-12-221-1/+8
| | | | darcs-hash:20071222110552-a5988-3554684ba6f88ed841d420465b8832ef8e0dd8bb.gz
* A few short comments for WorkspaceCompareSpencer Janssen2007-12-221-0/+4
| | | | darcs-hash:20071222105045-a5988-775e0ca1c62a7f1db386bdb739d4c0aad635862a.gz
* EwmhDesktops: drop 'Workspace' from displayed workspace namesSpencer Janssen2007-12-221-1/+1
| | | | darcs-hash:20071222104559-a5988-47a910e983723343afcd83a64da60efb4b69afdc.gz
* Factor workspace sorting into a separate moduleSpencer Janssen2007-12-224-32/+55
| | | | darcs-hash:20071222104114-a5988-bfd9059d0556a526c275b6d0e4a930103bd7d990.gz
* No more tabsSpencer Janssen2007-12-2210-27/+28
| | | | darcs-hash:20071222050439-a5988-7eb14f0e316b41ace318d1e4b92d15aaa3808c4d.gz
* Refactor Search.hsSpencer Janssen2007-12-221-43/+29
| | | | darcs-hash:20071222044714-a5988-0c4a07c1f51845086668bf5536fb6f365e204441.gz
* Generalize XSelection functions to MonadIOSpencer Janssen2007-12-221-4/+4
| | | | darcs-hash:20071222044514-a5988-ae8ce172dc6ea85798147292601467a3aecdab82.gz
* Search.hs: +imdb & amazon engines for unk_redgwern02007-12-221-3/+11
| | | | darcs-hash:20071222035837-f7719-b8095cedd1787f569dca705228ee2827fd66f028.gz
* Search.hs: cleanup and refactorgwern02007-12-201-29/+31
| | | | darcs-hash:20071220174001-f7719-3e10f70144f41e02c0e51b434c561c0a366a49dc.gz
* Update various restart bindingsSpencer Janssen2007-12-192-3/+3
| | | | darcs-hash:20071219220634-a5988-5f0b0cfc57aa06ceb798874790ca9c7c2d68fbbd.gz
* Fix typo.Roman Cheplyaka2007-12-191-1/+1
| | | | darcs-hash:20071219073857-3ebed-63dd7ef06bd6a4c45f30dcdbca8d01741ed9838e.gz
* Doc/Developing.hs: add some information about Haddock documentation.Brent Yorgey2007-12-191-1/+26
| | | | darcs-hash:20071219215300-bd4d7-ddf6e83d3e73cbfb22cdf96f0080763a13288199.gz
* Remove inaccurate comment about 'banish'Spencer Janssen2007-12-181-6/+0
| | | | darcs-hash:20071217231540-a5988-5eeccbacf9de79bb9466bca83b949fa41a5f88e6.gz
* Warp.hs: haddock fixesBrent Yorgey2007-12-171-4/+8
| | | | darcs-hash:20071217224712-bd4d7-0fa4da156f09a67bb47fb808fc1dc2f6cbd9ef8f.gz
* Warp.hs: +docgwern02007-12-161-0/+10
| | | | | | Describe how to emulate Ratpoison's 'banish' functionality on one's config darcs-hash:20071216030015-f7719-5f44c8fb7f42e30f4e2b0766528ac32d85deb879.gz
* Util/Search.hs: a few updates/fixesBrent Yorgey2007-12-171-3/+6
| | | | | | | | * fix shadowing warning (ghc 6.8.2 complains) * export a few more of the functions * re-de-obfuscate generated URLs by not escaping alphanumerics or punct. darcs-hash:20071217222930-bd4d7-6b3809c471754bb03ad6f3658f9e8c7c7d2865a2.gz
* Util.Search: import escapeURIString, and fall back on the ugly const false ↵gwern02007-12-151-4/+26
| | | | | | hack to avoid copy-pasting even more darcs-hash:20071215211638-f7719-8d0d1d832a8a4c1f059e043e6beb2d4834bfde8f.gz
* update Config.Droundy to use a few nice hooks.David Roundy2007-12-161-3/+5
| | | | darcs-hash:20071216185653-72aca-d4d8143e6e1efadbc2ad4fa1b7d8c49dd207a320.gz
* Add UrgencyHook support to TabbedShachaf Ben-Kiki2007-12-151-4/+16
| | | | darcs-hash:20071215171617-bffde-c77b72dce227d2969b9cbc6580bdb1e3123b6d27.gz
* DynamicLog.hs: some documentation updates.Brent Yorgey2007-12-151-8/+9
| | | | darcs-hash:20071215143727-bd4d7-1bacdb513aa2e5d760c89ca52c95f40ecbff520c.gz
* DynamicLog.hs: fix shadowing warningBrent Yorgey2007-12-151-1/+1
| | | | darcs-hash:20071215143227-bd4d7-ae762306d69afc8af294c769ed91b8071c375ed1.gz
* Add UrgencyHook support to DynamicLogShachaf Ben-Kiki2007-12-141-11/+17
| | | | | | | Someone with Xinerama should look at this -- I don't know exactly how that should behave. darcs-hash:20071214043528-bffde-d15c8db72fad65ce4d266917c3e22421fe45a5eb.gz
* Remove network dependency, potentially breaking XMonad.Util.SearchSpencer Janssen2007-12-151-3/+1
| | | | darcs-hash:20071214231859-a5988-d1a859a979fb4f07d068a4688abb48d54966f1f9.gz