aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* XMonad.Actions.WindowGo: fix a floating-related focus buggwern02008-12-051-13/+9
* Prompt.hs: +greenXPConfig and amberXPConfiggwern02008-11-191-3/+6
* Prompt.hs: increase font size to 12 from niggardly 10gwern02008-11-191-1/+1
* Prompt.hs: replace magic numbers with understandable namesgwern02008-11-191-5/+5
* X.L.Monitor: recommend doHideIgnore (docs)Roman Cheplyaka2008-12-151-1/+1
* X.L.Monitor: docsRoman Cheplyaka2008-12-151-5/+5
* X.L.Monitor: export Monitor datatypeRoman Cheplyaka2008-12-151-0/+1
* X.H.ManageHelpers: add doHideIgnoreRoman Cheplyaka2008-12-152-2/+9
* Add KDE 4 config, thanks to Shirakawasuna on IRCSpencer Janssen2008-12-111-1/+13
* I use the deleteConsecutive history filterSpencer Janssen2008-10-251-0/+1
* Remove XMonad.Config.PlainConfig, it has been turned into the separate xmonad...Braden Shepherdson2008-12-031-528/+0
* XMonad.Prompt: swap up and down per bug #243gwern02008-12-031-2/+2
* Fix boolean operator precedence in GridSelect keybindingsAleksandar Dimitrov2008-12-011-4/+4
* GridSelect.hs: navigate grid with h,j,k,l as well as arrow keyssean.escriva2008-11-221-4/+4
* Export setOpacity from FadeInactive. Document how to make monitor transparent...Roman Cheplyaka2008-11-172-0/+6
* Monitor: use broadcastMessage instead of sendMessage; this solves several issuesRoman Cheplyaka2008-11-171-6/+1
* FadeInactive: fade all inactive windows (including focused windows on visible...Roman Cheplyaka2008-11-171-2/+3
* Monitor: documented one more issueRoman Cheplyaka2008-11-171-1/+4
* Monitor: improved the docsRoman Cheplyaka2008-11-171-6/+14
* added XMonad.Layout.MonitorRoman Cheplyaka2008-11-151-0/+131
* WindowProperties: added allWithPropertyRoman Cheplyaka2008-11-151-1/+7
* ManageHelpers: added doSideFloat (generalization of doCenterFloat)Roman Cheplyaka2008-11-141-4/+23
* GridSelect: Export default_colorizerDominik Bruhn2008-11-121-1/+2
* Simplify code for restriction-calculation and remove compiletime warningsDominik Bruhn2008-11-121-2/+4
* Simplify handle/eventLoop, introduce findInWindowMap, partial updates for key...Clemens Fruhwirth2008-11-111-38/+62
* GridSelect: force cursor stay in visible areaRoman Cheplyaka2008-11-111-3/+5
* GridSelect: fix infiniteness problem with diamondRestrictRoman Cheplyaka2008-11-111-10/+2
* GridSelect: remove tabsRoman Cheplyaka2008-11-111-61/+61
* Exported shrinkWhile from Decoration to use in GridSelectRoman Cheplyaka2008-11-102-12/+1
* GridSelect: added link to a screenshotRoman Cheplyaka2008-11-101-0/+1
* GridSelect: various improvementsRoman Cheplyaka2008-11-101-2/+47
* Initial version of GridSelect.hs with a lot room for improvement/cleanupsClemens Fruhwirth2008-11-071-0/+246
* documentation: XMonad.Util.Search.hs, add EZConfig keybindings examplesean.escriva2008-11-061-0/+16
* explicit import list for things in the process libraryDon Stewart2008-11-041-1/+1
* Work around ghc 6.10 bug #2738Don Stewart2008-11-041-1/+1
* windowPromptBringCopydeadguysfrom2008-10-231-4/+15
* generic menu and window bringerTravis B. Hartwell2008-10-272-15/+32
* Search.hs: +hackage search, courtesy of byorgeygwern02008-10-311-2/+6
* Prompt.hs rename deleteConsecutiveDuplicatesgwern02008-10-081-5/+5
* Prompt.hs: have historyCompletion filter dupesgwern02008-10-081-1/+1
* Prompt.hs: tweak haddocksgwern02008-10-081-7/+7
* Prompt.hs: mv uniqSort to next to its confreres, and mention the trade-offgwern02008-10-081-4/+5
* Do not consider XMONAD_TIMER unknownJoachim Breitner2008-10-081-0/+3
* Kill window without focusing it firstJoachim Breitner2008-10-051-2/+1
* let MagnifyLess actually magnify lessdaniel2008-10-151-2/+2
* Actions.Search: add a few search enginesintrigeri2008-10-081-2/+23
* Implement HiddenNonEmptyWS with HiddenWS and NonEmptyWSJoachim Breitner2008-10-061-2/+3
* Add straightforward HiddenWS to WSTypeJoachim Breitner2008-10-061-0/+3
* Merge emptyLayoutMod into redoLayoutJoachim Breitner2008-10-059-56/+29
* SmartBorders even for empty layoutsJoachim Breitner2008-10-051-3/+8