aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tweaks to docs for SimpleDecorationDon Stewart2008-04-181-1/+3
| | | | darcs-hash:20080418215155-cba2c-06aef876721384987e0d5685c4b811fb0908984e.gz
* Allow tabbar to always be shown.Ivan.Miljenovic2008-04-151-25/+76
| | | | | | Patch take 4, hopefully the final version. Includes droundy's suggestions. darcs-hash:20080415043728-97e08-8f3dc932804db0e327e8ab546dbf98ea078ea81f.gz
* polishDon Stewart2008-04-181-2/+3
| | | | darcs-hash:20080418033133-cba2c-7cef4115ec26df3823213216d7ae8ff0e55ae637.gz
* Script-based hooksTrevor Elliott2008-04-161-0/+54
| | | | darcs-hash:20080416213024-5b2f6-adc47e1fc23870c99aca6eccf962a23932bd1eb8.gz
* Don't strictify the Display component, this triggers a bug in GHC 6.6Spencer Janssen2008-04-161-1/+1
| | | | darcs-hash:20080416185733-a5988-4632adba6f51e1d414a933598259827190d5215c.gz
* Fix to IM modifier.Roman Cheplyaka2008-04-151-2/+3
| | | | | | Avoid differentiating integrated stack by using StackSet.filter. darcs-hash:20080414232437-3ebed-18717ff1ee4939bd3ca852bd064013eaa3bbda25.gz
* IM layout converted to LayoutModifier, which can be applied to any layoutIvan N. Veselov2008-04-131-15/+53
| | | | darcs-hash:20080413205824-98257-d43173c40d6f74d3095438be1457f05e66064153.gz
* stictify some fieldsDon Stewart2008-04-131-11/+11
| | | | darcs-hash:20080413070117-cba2c-a06cb815883601b71eda55a75b34af1d43ebe0fd.gz
* strictify some fieldsDon Stewart2008-04-131-4/+4
| | | | darcs-hash:20080413065958-cba2c-f266364bfe708c277aae50213f97f4a7ea979bc5.gz
* Fix window order in EWMHJoachim Breitner2008-04-111-1/+2
| | | | | | | | | For pagers to draw the stacking order correctly, the focused window has to be the last in the list. Thus put an appropriate implementation of allWindows into the Module. This does not work perfectly with floating windows. darcs-hash:20080411134411-23c07-bcc62f5377a52855c941e86d6a7eca5451bef746.gz
* remove myself as maintainer of CopyWindow.David Roundy2008-04-091-1/+1
| | | | | | I'm not sure who's maintaining this, but it's not me. darcs-hash:20080409144333-72aca-06ec25ead1109e0702cefc3a0bbc154d5214c44a.gz
* XMonad.Util.WindowProperties: add WM_WINDOW_ROLE as RoleRoman Cheplyaka2008-04-091-1/+3
| | | | darcs-hash:20080409174935-3ebed-fdde76e2a0889e75467fe94af6f34f875a738dac.gz
* Generalize copyWindow, minor style changeSpencer Janssen2008-04-081-4/+4
| | | | darcs-hash:20080408210050-a5988-31d139d44b1207465d07b8c79e141c5eb79e157d.gz
* XMonad.Actions.CopyWindow: added copyToAll and killAllOtherCopies functionsIvan N. Veselov2008-04-081-4/+35
| | | | darcs-hash:20080408195111-98257-fa939d0b1d9fad8212e9051443451f133488bbc5.gz
* XMonad.Actions.UpdatePointer: doc fixLukas Mai2008-04-071-1/+1
| | | | darcs-hash:20080407152741-462cf-be82836b716dcac61e899f88cae672f1f5873d75.gz
* XMonad.Util.Font: minor reformattingLukas Mai2008-04-061-2/+2
| | | | darcs-hash:20080406020935-462cf-7570d989ed221f4394ad87e1207aa7fa14bd0789.gz
* DynamicLog: resolve merge conflictLukas Mai2008-04-061-0/+3
| | | | darcs-hash:20080406020527-462cf-ed5f93a6e72de2b1e50863dafe7f19224e2fa926.gz
* Encode the entire DynamicLog output, instead of just window title.lithis2008-03-291-2/+2
| | | | darcs-hash:20080329031537-1c3cf-c68bcb7e9296b98cedbed1e18ceba05548122512.gz
* DynamicLog: add support for UTF-8 locales when compiled with XFT or UFT-8 ↵Andrea Rossato2008-03-131-3/+1
| | | | | | support darcs-hash:20080313102643-32816-e74a67dc512a001a766aa955f9a25915354c6e1e.gz
* XMonad.Util.Font: don't call setlocale; core does it for usLukas Mai2008-04-061-15/+2
| | | | darcs-hash:20080406013123-462cf-886315685e0e1a8824b384d05d1e89b557047cde.gz
* XMonad.Util.NamedWindows: fix importsLukas Mai2008-03-261-2/+2
| | | | darcs-hash:20080326172745-462cf-ea5ac2b804ac082cbb3464d95256645e6b1bf3d8.gz
* Changed getName to use locale-aware functionsMats Jansborg2007-08-191-3/+12
| | | | | | Rewrote getName using getTextProperty and wcTextPropertyToTextList. darcs-hash:20070819132104-7344d-78695db057adecf12b37a3caae6ef1b624aae4f2.gz
* Added next-window versions of the raise* functions.Ian Zerny2008-04-051-1/+31
| | | | darcs-hash:20080405182900-ba7e7-6871a7f6ac9155c062c152c3c902c895ab9aa94b.gz
* XMonad.Layout.Master: initial importLukas Mai2008-04-051-0/+110
| | | | darcs-hash:20080404220734-462cf-19de482d505bd94a3eeefa99b95b0fb78d881b9d.gz
* update contrib for applySizeHints changesLukas Mai2008-04-057-45/+20
| | | | darcs-hash:20080404220558-462cf-2d7837b574aec854a158213d45a34cca75e38438.gz
* XMonad.Hooks.ManageDocks: haddock fixLukas Mai2008-04-051-2/+2
| | | | darcs-hash:20080404220532-462cf-db8daa9e11afcd3725489a534f5ab89b2037f0b8.gz
* MultiToggle/Instances: ghc 6.6 can't parse LANGUAGE pragmaBrent Yorgey2008-04-041-1/+1
| | | | darcs-hash:20080404200157-bd4d7-062acb7e8a338cfec4e66b49cd2baac2c8370067.gz
* Document _NET_ACTIVE_WINDOW behaviour more exactlyJoachim Breitner2008-04-041-1/+1
| | | | darcs-hash:20080404072944-23c07-02b08389c3f11941874a0999e2e0b89acbd92ea4.gz
* UNDO: _NET_ACTIVE_WINDOW moves windows if necessaryJoachim Breitner2008-04-021-2/+2
| | | | | | | | | | This makes EWMH behave a bit more like metacity: If _NET_ACTIVE_WINDOW is received and the window is not on the current worspace, it is brought here (instead of the workspace switched to the other one). So for example, if you click on the pidgin icon in the panel and the buddy list is already open some where it is moved here. darcs-hash:20080402143811-23c07-5a30ef14a264a4f8ea8534c7667e966c89479a42.gz
* onstartDon Stewart2008-04-031-1/+1
| | | | darcs-hash:20080403203425-cba2c-e6ab74ebeacb32b32141682426cfbe1dbcc7db93.gz
* some bang patternsDon Stewart2008-04-031-1/+1
| | | | darcs-hash:20080403172246-cba2c-96d9e37fac0932c3cff10bc2623a163329a2d2a6.gz
* have 'dzen' use autoStruts to detect the gapsDon Stewart2008-04-031-3/+25
| | | | darcs-hash:20080403003130-cba2c-9e65ec4e893127b66f17ffbc261472b675be1599.gz
* Actions/Search.hs: add dictionary.com searchBrent Yorgey2008-04-021-10/+14
| | | | darcs-hash:20080402150521-bd4d7-fe7567e79447a04e3b049b0d77aa97c8a3567262.gz
* _NET_ACTIVE_WINDOW moves windows if necessaryJoachim Breitner2008-04-021-2/+2
| | | | | | | | | | This makes EWMH behave a bit more like metacity: If _NET_ACTIVE_WINDOW is received and the window is not on the current worspace, it is brought here (instead of the workspace switched to the other one). So for example, if you click on the pidgin icon in the panel and the buddy list is already open some where it is moved here. darcs-hash:20080402143811-23c07-f69d9958d0a08679329c21aa3855942dd7ffbb22.gz
* HintedGrid: guesstimate window flexibility and layout rigid windows firstLukas Mai2008-04-021-3/+5
| | | | darcs-hash:20080402042846-462cf-02aa424c4357675351146f9bdeffe8ba82d9fb9b.gz
* HintedGrid: try both bottom-up/top-down window placement to minimize unused ↵Lukas Mai2008-04-021-4/+9
| | | | | | space darcs-hash:20080402012538-462cf-fb6e0b0de2f02167f068b6abc244c5523dbecb7d.gz
* Grid/HintedGrid: use an ncolumns formula inspired by dwm's "optimal" modeLukas Mai2008-04-022-5/+2
| | | | darcs-hash:20080402012126-462cf-702c8178aefecd7feacc9fac0fe6774957acaf85.gz
* XMonad.Layout.Gaps: new contrib module for manual gap support, in the few ↵Brent Yorgey2008-04-022-1/+153
| | | | | | cases where ManageDocks is not appropriate (dock apps that don't set STRUTS properly, adjusting for a display that is cut off on one edge, etc.) darcs-hash:20080402003742-bd4d7-6a773f670180cc60118bca3a0d2a12fa3a445540.gz
* improve WindowGo.hs Haddock formattinggwern02008-04-011-15/+15
| | | | darcs-hash:20080401023130-f7719-d1a353d78e7e97f194403dc9e9331374450fa276.gz
* forgot a haddock for getEditor in Shell.hsgwern02008-04-011-0/+1
| | | | darcs-hash:20080401022012-f7719-daae98e66ffd31b165a997b82f67d2a0a4d390a4.gz
* WindowGo.hs: +raiseBrowser, raiseEditorgwern02008-04-011-5/+25
| | | | | | Specialize runOrRaise in the same way as with Actions.Search, for one's browser and one's editors. darcs-hash:20080401021740-f7719-010716f904682bee3d7f96862dd5bcef73f7907f.gz
* RunOrRaise.hs: FF 3 doesn't use the "Firefox-bin" classnamegwern02008-04-011-14/+14
| | | | darcs-hash:20080401015049-f7719-c74577d9a3eb93c17a6107cafef34cc45d6bcd94.gz
* Search.hs: remove an argument from selectSearch and promptSearchgwern02008-04-011-43/+57
| | | | | | | | The new getBrowser function allows us to mv the old selectSearch and promptSearch aside as too-general functions, and replace them with new versions, which employ getBrowser to supply one more argument. This allows us to replace the tedious 'selectSearch google "firefox"; selectSearch yahoo "firefox"...' with shorter 'selectSearch google' and so on. One less argument. Also, update the docs. darcs-hash:20080401013947-f7719-866c590c5d7c109718ed54fcdee0313550bbef40.gz
* Shell.hs: +getBrowser, getEditor, helper functiongwern02008-04-011-0/+19
| | | | | | | The helper function asks the shell for the value of a variable, else returns the second argument. getBrowser and getEditor obviously specialize it for two particular possibly queries darcs-hash:20080401013447-f7719-ef866971330f39e4938445e645a726a56707d04f.gz
* XMonad.Layout.HintedGrid: initial importLukas Mai2008-04-021-0/+117
| | | | darcs-hash:20080401231722-462cf-fb086720e7af40b7275d8af61a9a00b4f788f022.gz
* Documentation improvement.Roman Cheplyaka2008-04-011-2/+4
| | | | darcs-hash:20080401134305-3ebed-d80a6b4d7eefef6598140533c574a2ea5adb253e.gz
* Remove broken link to screenshot.Roman Cheplyaka2008-03-311-4/+1
| | | | darcs-hash:20080331210854-3ebed-22f218d131be56c985ac3d5b0d045048cbe3622d.gz
* MultiToggle: add new XMonad.Layout.MultiToggle.Instances module for common ↵Brent Yorgey2008-03-312-25/+66
| | | | | | instances of Transformer, update MultiToggle docs accordingly darcs-hash:20080331201739-bd4d7-901730282c5a27e589deba161b77c2752f643a0f.gz
* XMonad.Actions.CycleRecentWS: initial importMichal Janeczek2008-03-311-0/+85
| | | | darcs-hash:20080331111906-285cf-90722dd61a71e2e58711134f3665efb6986cc044.gz
* XMonad.Hooks.ManageDocks: export checkDocLukas Mai2008-03-311-2/+2
| | | | darcs-hash:20080331012911-462cf-ded8fe64cad63d4bfcc5448ed79420e9e794ec82.gz