aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-06-10XMonad.Config.Desktop type problem (monomorphism?)Malebria1-1/+1
With main darcs-hash:20080610182856-1ef02-b6e6bdaafbb8a1d25295c3712dd3d8a1bf216de5.gz
2008-06-08Make prompt keybindings work when numLock or capsLock are activeJustin Bogner1-1/+2
darcs-hash:20080608172057-18f27-f5b94a80e3571bb62a0d64372fb145e628191af0.gz
2008-06-08Replaced old "spawn on mod+s" semantics with "spawn/summon or banish on mod+s".Braden Shepherdson1-21/+77
Originally the key binding just spawned a new floating terminal on every keypress. Now it spawns if it doesn't exist, summons from another workspace if it does but isn't visible, or banishes it to a dynamically created workspace if it is on the current workspace. darcs-hash:20080608045457-d53a8-e8bca6a987f7f408c18481d2173dd2f87a8d40fb.gz
2008-06-08Exporting addHiddenWorkspace, it's needed by the new ScratchpadBraden Shepherdson1-0/+3
darcs-hash:20080608045318-d53a8-b3ad374673c9428d89b0f9b5c8fb2e69c20e5865.gz
2008-06-08Added scratchpadSpawnActionTerminal to specify the terminal program directly ↵Braden Shepherdson1-0/+6
as a String. darcs-hash:20080608032619-d53a8-c0636b8e87746e0aa77713837cfae160e65968fa.gz
2008-06-08Removed odd scratchpadSpawnDefault, improved documentation.Braden Shepherdson1-14/+9
darcs-hash:20080608032439-d53a8-2a38fb4fedf6ef5cf52f41ce45d737a7dff8a397.gz
2008-06-07Actions.Search.hs: switch inappropriate use of getShellCompl for a ↵gwern01-3/+3
historyCompletion It's inappropriate because if I am searching Wikipedia, say, why on earth do I want completion of files and executables on my PC? A previous search query is much more likely to be what I want. darcs-hash:20080607071331-f7719-1d06bd99864e561bec53dd8ab0a4742ac801a1bf.gz
2008-06-07Prompt.hs: +a historyCompletion function for use in XPromptsgwern01-0/+13
darcs-hash:20080607071225-f7719-4e0154662c45e9a3fc4d575e4eda0963598d8248.gz
2008-06-06Add C-w to XMonad.PromptTrevor Elliott1-0/+1
* Bind C-w to kill the previous word darcs-hash:20080605220656-5b2f6-4fe83933831415342feacfddb02c78e5c99a04e8.gz
2008-05-27Use lines instead of columns in configuration (similar to GNOME and KDE)Malebria1-11/+20
darcs-hash:20080526225337-1ef02-3e20f3958a0ec394f837a32af42c9738812ed24d.gz
2008-05-27Bug correction when areasColumn > 1Malebria1-4/+12
darcs-hash:20080526223220-1ef02-534dcd578c67a108f176c892a87a732ba6ab1dab.gz
2008-05-25more documentation for WindowNavigation and UrgencyHookDevin Mullins2-8/+61
darcs-hash:20080525050231-78224-669c83df86a8b585883d0fb3ef054e37670261e8.gz
2008-05-25X.A.WindowNavigation: add logHook for better state trackingDevin Mullins1-6/+13
darcs-hash:20080525032325-78224-5afb5996c4097846b35af21a715a66407a46f65e.gz
2008-05-24doco tweaksDevin Mullins2-3/+3
darcs-hash:20080524211849-78224-630b08f09dcd25240be37a710801e595cae7476a.gz
2008-05-23made fadeInactiveLogHook take an argument amount to fadeJustin Bogner1-8/+10
darcs-hash:20080523213937-18f27-9792e7d03fb203944e7422ae30cdb2494d7d7ce3.gz
2008-05-23add FadeInactive to fade out inactive windows using xcompmgrJustin Bogner1-0/+73
darcs-hash:20080523205838-18f27-7839527e8dc201d7b47e93d70b14ec6c2a6077c7.gz
2008-05-23add close window functionality to EwmhDesktopsJustin Bogner1-0/+4
darcs-hash:20080523185908-18f27-f75ad5984394063aa1fa03cb7e281f6993b840fd.gz
2008-05-23Add XMonad.Actions.PlaneMalebria1-0/+134
darcs-hash:20080523004357-1ef02-864e1b010b5eeb5e520959168ce7a8e441434be0.gz
2008-05-22Default Xfce config, this time with me holding the copyright, ↵Ivan.Miljenovic1-0/+42
maintainership, etc. darcs-hash:20080522105316-97e08-bd25bd2e69cbd1070a3afb5ca344dc3ef997b3ef.gz
2008-05-21StackTile: minor documentation fixJoachim Fasting1-1/+1
That '[]' in the example seems incorrect darcs-hash:20080521182637-928c4-7909fc0e33b3915ae4b4f23084f322ef757cb628.gz
2008-05-20StackTileacura1-0/+64
A simple patch to get a dishes like stacking, but with the ability to resize master pane. darcs-hash:20080520195559-aeda8-c943cedb249964ac4ba0e4f66f38a8a651831ddb.gz
2008-05-19revamp Search.hs to export a replacement for simpleEnginegwern01-35/+35
It's called searchEngine now, and is a wrapper around the SearchEngine type. Different type as well darcs-hash:20080519190912-f7719-3c66bdaa2b029ea48020f0fa26026408ff97eca5.gz
2008-05-19sp ShowWName.hsgwern01-1/+1
darcs-hash:20080519190520-f7719-feddbcbc10c90b43d993d4f11bf0704c125c1f2d.gz
2008-05-16remove ScratchWorkspace.David Roundy1-95/+0
It's ugly code, and I'd be surprised if anyone actually uses it. I see no reason to continue to maintain it. darcs-hash:20080516185729-72aca-86bf61fa5bd42dcff023fde72cfa49e9b322037a.gz
2008-05-18Fixed location of xmonad.confRoman Cheplyaka1-1/+2
darcs-hash:20080518204602-3ebed-0b83168c51b03e8d54c72c417161982ad8058d60.gz
2008-05-18add site name in search prompt dialogzhen.sydow1-24/+26
darcs-hash:20080518101357-3cf16-338933be87cc99ab30b1341b1fe0d652e2628496.gz
2008-05-13add youtube to search engineszhen.sydow1-2/+6
darcs-hash:20080513212508-3cf16-7b4ce8ca8bbe1e9a3b9b3172974c38d9a2b80eb1.gz
2008-05-18SwapWorkspaces: swapTo Next|PrevDevin Mullins1-1/+11
darcs-hash:20080518024121-78224-1538cf1deee4ff65794d2c2fd171b807b44f7011.gz
2008-05-15UrgencyHook: removeVisiblesFromUrgents -> cleanupUrgentsDevin Mullins1-16/+22
Now only removes windows based on SuppressWhen setting. darcs-hash:20080515164436-78224-0ef49f8355ace31ddbef6b6264ae9f2a8a750c89.gz
2008-05-18Added XMonad.Config.PlainConfig: proof-of-concept GHC-less plain text ↵Braden Shepherdson1-0/+527
configuration file parser An example of the config file format can be found in the Haddock. Notably missing features are docks and more layouts than just the standard three. darcs-hash:20080517222916-d53a8-97568d8332caf65f99ffe65bf8803afccf6aae92.gz
2008-05-17XMonad.Hooks.SetWMName: Update documentation to reflect the addition of ↵lithis1-7/+7
startupHook. darcs-hash:20080516221011-1c3cf-e8c2e31276c94db1e89b478e5b1fa280927093f4.gz
2008-05-16I no longer use ScratchWorkspace.David Roundy1-4/+0
darcs-hash:20080516185715-72aca-edbdab835595d5816bbda51b2964d2b1a7d32af1.gz
2008-05-16fix bug in smartBorders when combined with decorated windows.David Roundy1-4/+4
darcs-hash:20080516184855-72aca-4766ef523005dde370e5ee0e4fcae456c89db948.gz
2008-05-15decent documentation for UrgencyHookDevin Mullins2-36/+125
Blame it on lack of sleep. Or perhaps the causation is the reverse. darcs-hash:20080515082222-78224-3ad2870a4f5e56481131bd4898f0d3154bb89694.gz
2008-05-15X.A.WindowNavigation: currentPosition and setPosition share the same ↵Devin Mullins1-16/+16
`inside` logic, now Aside from documentation, this is pretty much usable, now. darcs-hash:20080515062211-78224-3587cf6a973ea8defc217bd6a926b540dc5445f3.gz
2008-05-15X.A.WindowNavigation: have currentPosition handle axes independentlyDevin Mullins2-6/+10
This improves some subtle interactions between mod-j/k and mod-w/a/s/d, though that might not become very apparent until I fix setPosition. darcs-hash:20080515053330-78224-2ba67cefda58b7c079b23f93441859e30c539c73.gz
2008-05-15fix compile warnings in BoringWindowsDevin Mullins1-0/+1
darcs-hash:20080515051728-78224-9a945f90c2035888bcd7b1e245940e7ac28029d2.gz
2008-05-14add BoringWindows module to make certain windows skipped when rotating focus.David Roundy2-4/+74
darcs-hash:20080514162846-72aca-64443ce59d280f6b4b80987fa93aabb6e16d4a00.gz
2008-05-14UrgencyHook: some documentation (more is needed)Devin Mullins1-5/+27
darcs-hash:20080514080104-78224-1f2c27c166eef8f9ec47b6a969991e8ab4f266d7.gz
2008-05-14UrgencyHook: got rid of the need for instances to know about suppressWhenDevin Mullins1-28/+30
This changes the API a little bit, but that's what you get for using a day-old feature from darcs. darcs-hash:20080514072217-78224-b625ee9ab6b9ff69bd1e0cc68f0a15b8724e3a06.gz
2008-05-13move AppLauncher from Actions module to Prompt modulezhen.sydow1-14/+16
darcs-hash:20080513201252-3cf16-f92855fb696915644cc2cdbc52f7b3f860894f3d.gz
2008-05-13X.A.WindowNavigation: comment cleanupDevin Mullins1-8/+3
darcs-hash:20080513091313-78224-b2c8aac4caa2fc3bdab6bd97fba458ca7decf222.gz
2008-05-13windowRect now compensates for border widthDevin Mullins1-3/+3
Odd that I have to do (Rectangle x y (w + 2 * bw) (h + 2 * bw)) -- you'd think the window would be centered within the bordered area. darcs-hash:20080513090151-78224-b1520de8a35596af5a49c935d9b56422e945a061.gz
2008-05-13X.A.WindowNavigation: update TODODevin Mullins1-1/+1
darcs-hash:20080513044229-78224-ace9494b47f74677b1106020a227f389fabfcb27.gz
2008-05-12X.A.WindowNavigation: minor cleanupDevin Mullins1-8/+4
darcs-hash:20080512170410-78224-328d3a7380fec2172b0605d770c542ebd0bc7f34.gz
2008-05-12X.A.WindowNavigation: simplify inr somewhatDevin Mullins1-18/+13
darcs-hash:20080512090647-78224-1a2dd996d217d4be6818bf08b2f5c111f1158b41.gz
2008-05-12X.A.WindowNavigation: clarityDevin Mullins1-4/+5
darcs-hash:20080512085338-78224-b662b943102da2c00bc5980aa767fec5032c4cb2.gz
2008-05-12X.A.WindowNavigation: ugh, typoDevin Mullins1-3/+1
darcs-hash:20080512082228-78224-9fa253af956d0d4493197c520aebed43683f1b95.gz
2008-05-12X.A.WindowNavigation: implement swap, extract withTargetWindow commonalityDevin Mullins1-11/+28
Why doesn't mapWindows exist already? darcs-hash:20080512064715-78224-61fd294027e65d7db5675e7879b2e79c1ba524da.gz
2008-05-12add more flexible withWindowNavigationKeysDevin Mullins1-8/+19
Names aren't permanent yet, so don't cry if they change. darcs-hash:20080512050637-78224-ac7c46ba5f826be132d1d28133f76416d63cff66.gz