aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-08HintedTile: Fix mistake in documentation.lithis1-4/+4
darcs-hash:20080508003552-1c3cf-68c305f3ab923b6b42cae1d27f115eea46469264.gz
2008-05-07Use gnome-session-save for the mod-shift-q bindingSpencer Janssen1-1/+2
darcs-hash:20080507082205-a5988-519432af37fbf219d163a646c334decf8fe8b0e5.gz
2008-05-07Use the named constant 'none' rather than 0Spencer Janssen1-1/+1
darcs-hash:20080507081854-a5988-e08995616a8cc9f3cc48b2ff9f25eb257240c19f.gz
2008-05-08HintedTile: Improve documentation.lithis1-4/+17
darcs-hash:20080508000245-1c3cf-d5cfb70a98652abe76fc3d3144b6c414892bdb42.gz
2008-05-07Whitespace onlySpencer Janssen1-1/+0
darcs-hash:20080507031306-a5988-bc09756442b38e2fdd4bb2c9ab60972ed7660723.gz
2008-05-07Add a binding for Gnome's "Run Application" dialogSpencer Janssen1-2/+24
darcs-hash:20080507031127-a5988-990b0b72dba7cfc24cd0789baf9867db42af0719.gz
2008-05-07Add some keybindings to the Kde configSpencer Janssen1-1/+10
darcs-hash:20080507022658-a5988-c49d0076b72665b2f93248318daf810e5bdad581.gz
2008-05-07IndentationSpencer Janssen1-5/+4
darcs-hash:20080507022553-a5988-552f342c9a8fb2bfd52e49e7b1c501e9690582f7.gz
2008-05-07Add ToggleStruts to the desktop configSpencer Janssen1-0/+6
darcs-hash:20080507022516-a5988-052b2672534ec9f4af933450bc6f5d8af3260066.gz
2008-05-07Refactor my configSpencer Janssen1-2/+4
darcs-hash:20080507021504-a5988-8f5ff1fd8e7f0ddf73b17577266470c70d32ce30.gz
2008-05-07Add XMonad.Config.KdeSpencer Janssen1-0/+32
darcs-hash:20080507020833-a5988-6bb7dc8d4c0f1ec96a41be9a15a12771c61fe64a.gz
2008-04-17Don't move the pointer if the user is moving the mouseKlaus Weidner1-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
2008-05-06Missing pragmasDon Stewart1-4/+4
darcs-hash:20080506053402-cba2c-ca20cb363f91ae873fbfac02b120b4db7790eb95.gz
2008-05-05Add full documentationDon Stewart2-1/+17
darcs-hash:20080505210546-cba2c-ec1a8e2451ef832d4b8268ece515f0af1960d5cd.gz
2008-05-04minor cleanup on getNameDevin Mullins1-5/+3
darcs-hash:20080504054923-78224-e8649c630c71c3ba23f549a9e4d02aa4b2f91d31.gz
2008-04-26bug doco for UrgencyHookDevin Mullins1-0/+4
darcs-hash:20080426203638-78224-a93e768bf2e8d94d1bef2f4df1d03fe164caf743.gz
2008-05-02NamedWindows: when converting the text property, handle the empty list.Spencer Janssen1-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
2008-05-01Fix issue #179 by handling events correctlyAndrea Rossato1-2/+2
darcs-hash:20080501062357-32816-96fa4684d1a2aa862ff3ad07490ce45832d61a2f.gz
2008-04-30My monitor is larger now :)Spencer Janssen1-1/+1
darcs-hash:20080430083026-a5988-e0ce89594d1fbce30d74a10c4477e12d44bf259b.gz
2008-04-30manageHooks for my configSpencer Janssen1-1/+4
darcs-hash:20080430082536-a5988-ba25496fe4399d563cabd3519c828d834ae8b489.gz
2008-04-30Remove redundant type signatureSpencer Janssen1-1/+1
darcs-hash:20080430082447-a5988-a5079e1a77749855628c0e83621c9df3206139f9.gz
2008-04-30Add XMonad.Config.Desktop and XMonad.Config.GnomeSpencer Janssen2-0/+65
darcs-hash:20080430082253-a5988-66822252a13bee869034da162f4a127ae06f9992.gz
2008-04-25new contrib layout: XMonad.Layout.SimplestFloat - A floating layout like ↵joamaki1-0/+64
SimpleFloat, but without decoration darcs-hash:20080424220957-2bec7-8dfa615dfd80ffeee4a464ea2713074938d768d0.gz
2008-04-27stricitfy some gap fieldsDon Stewart1-3/+3
darcs-hash:20080427191247-cba2c-678803461b066a68e6370f44d855ff445539da71.gz
2008-04-26XMonad.Hooks.ManageHelpers: quick&dirty support for _NET_WM_STATE_FULLSCREENLukas Mai1-2/+21
darcs-hash:20080426132745-462cf-ebe055cea6b3fd583036d24280d1a739c714db1c.gz
2008-04-26XMonad.Hooks.Script: haddock fixesLukas Mai1-3/+3
darcs-hash:20080426132629-462cf-2a5a6fbbbc0b51ee9790da5a62d78b3e44be147c.gz
2008-04-24Error fix for Tabbed when tabbar always shownIvan.Miljenovic1-1/+2
darcs-hash:20080424063135-97e08-e8d379301a745938308c89fcea7f1b2448125e36.gz
2008-04-19remove my config file -- the wiki is where its at.Don Stewart1-28/+0
darcs-hash:20080419195650-cba2c-b5d5e5ec3ca4fd0642c01c94088f0032c0d70328.gz
2008-04-18tweaks to docs for SimpleDecorationDon Stewart1-1/+3
darcs-hash:20080418215155-cba2c-06aef876721384987e0d5685c4b811fb0908984e.gz
2008-04-15Allow tabbar to always be shown.Ivan.Miljenovic1-25/+76
Patch take 4, hopefully the final version. Includes droundy's suggestions. darcs-hash:20080415043728-97e08-8f3dc932804db0e327e8ab546dbf98ea078ea81f.gz
2008-04-18polishDon Stewart1-2/+3
darcs-hash:20080418033133-cba2c-7cef4115ec26df3823213216d7ae8ff0e55ae637.gz
2008-04-16Script-based hooksTrevor Elliott1-0/+54
darcs-hash:20080416213024-5b2f6-adc47e1fc23870c99aca6eccf962a23932bd1eb8.gz
2008-04-16Don't strictify the Display component, this triggers a bug in GHC 6.6Spencer Janssen1-1/+1
darcs-hash:20080416185733-a5988-4632adba6f51e1d414a933598259827190d5215c.gz
2008-04-15Fix to IM modifier.Roman Cheplyaka1-2/+3
Avoid differentiating integrated stack by using StackSet.filter. darcs-hash:20080414232437-3ebed-18717ff1ee4939bd3ca852bd064013eaa3bbda25.gz
2008-04-13IM layout converted to LayoutModifier, which can be applied to any layoutIvan N. Veselov1-15/+53
darcs-hash:20080413205824-98257-d43173c40d6f74d3095438be1457f05e66064153.gz
2008-04-13stictify some fieldsDon Stewart1-11/+11
darcs-hash:20080413070117-cba2c-a06cb815883601b71eda55a75b34af1d43ebe0fd.gz
2008-04-13strictify some fieldsDon Stewart1-4/+4
darcs-hash:20080413065958-cba2c-f266364bfe708c277aae50213f97f4a7ea979bc5.gz
2008-04-11Fix window order in EWMHJoachim Breitner1-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
2008-04-09remove myself as maintainer of CopyWindow.David Roundy1-1/+1
I'm not sure who's maintaining this, but it's not me. darcs-hash:20080409144333-72aca-06ec25ead1109e0702cefc3a0bbc154d5214c44a.gz
2008-04-09XMonad.Util.WindowProperties: add WM_WINDOW_ROLE as RoleRoman Cheplyaka1-1/+3
darcs-hash:20080409174935-3ebed-fdde76e2a0889e75467fe94af6f34f875a738dac.gz
2008-04-08Generalize copyWindow, minor style changeSpencer Janssen1-4/+4
darcs-hash:20080408210050-a5988-31d139d44b1207465d07b8c79e141c5eb79e157d.gz
2008-04-08XMonad.Actions.CopyWindow: added copyToAll and killAllOtherCopies functionsIvan N. Veselov1-4/+35
darcs-hash:20080408195111-98257-fa939d0b1d9fad8212e9051443451f133488bbc5.gz
2008-04-07XMonad.Actions.UpdatePointer: doc fixLukas Mai1-1/+1
darcs-hash:20080407152741-462cf-be82836b716dcac61e899f88cae672f1f5873d75.gz
2008-04-06XMonad.Util.Font: minor reformattingLukas Mai1-2/+2
darcs-hash:20080406020935-462cf-7570d989ed221f4394ad87e1207aa7fa14bd0789.gz
2008-04-06DynamicLog: resolve merge conflictLukas Mai1-0/+3
darcs-hash:20080406020527-462cf-ed5f93a6e72de2b1e50863dafe7f19224e2fa926.gz
2008-03-29Encode the entire DynamicLog output, instead of just window title.lithis1-2/+2
darcs-hash:20080329031537-1c3cf-c68bcb7e9296b98cedbed1e18ceba05548122512.gz
2008-03-13DynamicLog: add support for UTF-8 locales when compiled with XFT or UFT-8 ↵Andrea Rossato1-3/+1
support darcs-hash:20080313102643-32816-e74a67dc512a001a766aa955f9a25915354c6e1e.gz
2008-04-06XMonad.Util.Font: don't call setlocale; core does it for usLukas Mai1-15/+2
darcs-hash:20080406013123-462cf-886315685e0e1a8824b384d05d1e89b557047cde.gz
2008-03-26XMonad.Util.NamedWindows: fix importsLukas Mai1-2/+2
darcs-hash:20080326172745-462cf-ea5ac2b804ac082cbb3464d95256645e6b1bf3d8.gz
2007-08-19Changed getName to use locale-aware functionsMats Jansborg1-3/+12
Rewrote getName using getTextProperty and wcTextPropertyToTextList. darcs-hash:20070819132104-7344d-78695db057adecf12b37a3caae6ef1b624aae4f2.gz