aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor my configSpencer Janssen2008-05-071-2/+4
| | | | darcs-hash:20080507021504-a5988-8f5ff1fd8e7f0ddf73b17577266470c70d32ce30.gz
* Add XMonad.Config.KdeSpencer Janssen2008-05-071-0/+32
| | | | darcs-hash:20080507020833-a5988-6bb7dc8d4c0f1ec96a41be9a15a12771c61fe64a.gz
* Don't move the pointer if the user is moving the mouseKlaus Weidner2008-04-171-2/+4
| | | | | | | | | | | | This patch depends on the following xmonad core patch: Remember if focus changes were caused by mouse actions or by key commands If the user was moving the mouse, it's not appropriate to move the pointer around in resonse to focus changes. Do that only in response to keyboard commands. darcs-hash:20080417022234-e41d7-ee4ac41e65b28124cc3926693987d377d725dc34.gz
* Missing pragmasDon Stewart2008-05-061-4/+4
| | | | darcs-hash:20080506053402-cba2c-ca20cb363f91ae873fbfac02b120b4db7790eb95.gz
* Add full documentationDon Stewart2008-05-052-1/+17
| | | | darcs-hash:20080505210546-cba2c-ec1a8e2451ef832d4b8268ece515f0af1960d5cd.gz
* minor cleanup on getNameDevin Mullins2008-05-041-5/+3
| | | | darcs-hash:20080504054923-78224-e8649c630c71c3ba23f549a9e4d02aa4b2f91d31.gz
* bug doco for UrgencyHookDevin Mullins2008-04-261-0/+4
| | | | darcs-hash:20080426203638-78224-a93e768bf2e8d94d1bef2f4df1d03fe164caf743.gz
* NamedWindows: when converting the text property, handle the empty list.Spencer Janssen2008-05-021-1/+6
| | | | | | | | This fixes a "Prelude.head" exception observed with windows that have no title. Reproduce by placing several windows in the tabbed layout, then starting 'xterm -name ""'. Thanks to Andrea for pointing out the issue. darcs-hash:20080502104249-a5988-c460b42456d65ad71016a7423e713b8250f1aa5c.gz
* Fix issue #179 by handling events correctlyAndrea Rossato2008-05-011-2/+2
| | | | darcs-hash:20080501062357-32816-96fa4684d1a2aa862ff3ad07490ce45832d61a2f.gz
* My monitor is larger now :)Spencer Janssen2008-04-301-1/+1
| | | | darcs-hash:20080430083026-a5988-e0ce89594d1fbce30d74a10c4477e12d44bf259b.gz
* manageHooks for my configSpencer Janssen2008-04-301-1/+4
| | | | darcs-hash:20080430082536-a5988-ba25496fe4399d563cabd3519c828d834ae8b489.gz
* Remove redundant type signatureSpencer Janssen2008-04-301-1/+1
| | | | darcs-hash:20080430082447-a5988-a5079e1a77749855628c0e83621c9df3206139f9.gz
* Add XMonad.Config.Desktop and XMonad.Config.GnomeSpencer Janssen2008-04-302-0/+65
| | | | darcs-hash:20080430082253-a5988-66822252a13bee869034da162f4a127ae06f9992.gz
* new contrib layout: XMonad.Layout.SimplestFloat - A floating layout like ↵joamaki2008-04-251-0/+64
| | | | | | SimpleFloat, but without decoration darcs-hash:20080424220957-2bec7-8dfa615dfd80ffeee4a464ea2713074938d768d0.gz
* stricitfy some gap fieldsDon Stewart2008-04-271-3/+3
| | | | darcs-hash:20080427191247-cba2c-678803461b066a68e6370f44d855ff445539da71.gz
* XMonad.Hooks.ManageHelpers: quick&dirty support for _NET_WM_STATE_FULLSCREENLukas Mai2008-04-261-2/+21
| | | | darcs-hash:20080426132745-462cf-ebe055cea6b3fd583036d24280d1a739c714db1c.gz
* XMonad.Hooks.Script: haddock fixesLukas Mai2008-04-261-3/+3
| | | | darcs-hash:20080426132629-462cf-2a5a6fbbbc0b51ee9790da5a62d78b3e44be147c.gz
* Error fix for Tabbed when tabbar always shownIvan.Miljenovic2008-04-241-1/+2
| | | | darcs-hash:20080424063135-97e08-e8d379301a745938308c89fcea7f1b2448125e36.gz
* remove my config file -- the wiki is where its at.Don Stewart2008-04-191-28/+0
| | | | darcs-hash:20080419195650-cba2c-b5d5e5ec3ca4fd0642c01c94088f0032c0d70328.gz
* 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