gwern0
8925732d5f
Util.Search: import escapeURIString, and fall back on the ugly const false hack to avoid copy-pasting even more
2007-12-15 21:16:38 +00:00
David Roundy
ecc2f0d5ec
update Config.Droundy to use a few nice hooks.
2007-12-16 18:56:53 +00:00
Shachaf Ben-Kiki
0853c1ce21
Add UrgencyHook support to Tabbed
2007-12-15 17:16:17 +00:00
Brent Yorgey
b95f4daab7
DynamicLog.hs: some documentation updates.
2007-12-15 14:37:27 +00:00
Brent Yorgey
e75a72d63f
DynamicLog.hs: fix shadowing warning
2007-12-15 14:32:27 +00:00
Shachaf Ben-Kiki
7064ac5ec9
Add UrgencyHook support to DynamicLog
...
Someone with Xinerama should look at this -- I don't know exactly how that
should behave.
2007-12-14 04:35:28 +00:00
Spencer Janssen
d4798cf7ae
Depend on X11-1.4.1, it has crucial bugfixes
2007-12-15 02:21:51 +00:00
Spencer Janssen
5954f61988
Remove network dependency, potentially breaking XMonad.Util.Search
2007-12-14 23:18:59 +00:00
Brent Yorgey
67ab9fb6ad
Search.hs: fix shadowing warning and haddock errors
2007-12-14 16:31:19 +00:00
gwern0
38306b1deb
+cabal support for XMonad.Util.Search
2007-12-13 20:56:54 +00:00
gwern0
aba20ccf60
+XMonad.Util.Search: new module
...
This module is intended to provide helpful functions for easily running web searchs; just hit a bound key, enter your query, and up opens a new tab/browser/window with the search results. In theory anyway; the Wikipedia and Google ones work fine for me, but the Internet Archive's docs on how to do don't necessarily seem to be correct. If you were, like me, previously running shell commands to call Surfraw or similar shell scripts to do the same thing, you can now scrap them and replace them.
There aren't too many search engines defined here; new ones would be good, and they're easy to add!
2007-12-13 20:51:59 +00:00
Spencer Janssen
647c7e9b61
Add support for _NET_WM_STRUT_PARTIAL
2007-12-13 02:17:04 +00:00
Spencer Janssen
2033064db1
ManageDocks: when there are struts on opposing edges, the right/bottom strut
...
was ignored. TODO: quickchecks
2007-12-10 02:10:30 +00:00
"Valery V. Vorotyntsev"
dd80c23f56
Run.hs: fix documentation, cleanup whitespace
2007-12-12 09:15:16 +00:00
"Valery V. Vorotyntsev"
fb9a8cfef8
Man.hs: input speedup
...
Descend manpage directories once -- when `manPrompt' is called.
(Previous version used to search directories upon each character
arrival.)
2007-12-12 09:02:56 +00:00
Lukas Mai
02012aeedd
new XMonad.Hooks.ManageHelpers module
2007-12-11 18:30:40 +00:00
intrigeri
ef79fa7c10
Magnifier: custom zoom ratio for magnifier' too
2007-12-11 01:55:54 +00:00
Brent Yorgey
2a73b577c2
Magnifier.hs: minor haddock fixes
2007-12-11 01:11:54 +00:00
tim.thelion
0155164015
fix haddock on Magnifier
2007-12-10 23:19:42 +00:00
tim.thelion
5375240f08
Custom zoom levels for magnifier
2007-12-08 23:08:44 +00:00
Spencer Janssen
3cdd04141f
Remove references to xmonad 0.4
v0.5
2007-12-09 23:23:24 +00:00
Spencer Janssen
aca2d6f365
Bump version to 0.5!
2007-12-09 23:16:22 +00:00
Andrea Rossato
88424dc1a8
Extending: updated to the lates config changes - manageHook simplification
2007-12-09 16:47:31 +00:00
Spencer Janssen
71d1c8c23b
I use ManageDocks now
2007-12-09 13:44:45 +00:00
Spencer Janssen
bd3e3ed64c
Update ManageDocks to the new ManageHook system, remove the gap setting code in favor of AvoidStruts
2007-12-09 13:42:25 +00:00
Andrea Rossato
2d4032665d
Extending: some fixes
2007-12-09 12:36:23 +00:00
Andrea Rossato
b2d8bd71c3
Arossato: my teaTime application.
2007-12-09 12:33:27 +00:00
Andrea Rossato
e630b47bc2
XPropManage: haddock fixes
2007-12-09 12:32:46 +00:00
Andrea Rossato
a488b7a54f
SetWMName: haddock fixes
2007-12-09 12:32:27 +00:00
Andrea Rossato
7330ee34af
EwmhDesktops: haddock fixes
2007-12-09 12:32:04 +00:00
Andrea Rossato
8dc2651a9c
DynamicLog: haddock fixes
2007-12-09 12:31:48 +00:00
dominik
0e3d6afc96
Sshprompt: Add explanation for the completion in sshprompt
2007-12-07 00:09:04 +00:00
Spencer Janssen
503cb539af
More import pruning
2007-12-08 01:48:46 +00:00
Spencer Janssen
3a522e7e3c
Remove XMonad.Operations imports
2007-12-08 00:05:47 +00:00
Spencer Janssen
4f7764ca8b
Prune more imports
2007-12-07 23:51:16 +00:00
Spencer Janssen
e85228229b
I use CopyWindow now
2007-12-07 23:40:18 +00:00
Spencer Janssen
dc11825588
Remove redundant imports
2007-12-07 23:38:27 +00:00
Spencer Janssen
5f190a315e
Typo in extra-source-files
2007-12-05 05:03:11 +00:00
Spencer Janssen
05bca1c2aa
Depend on X11>=1.4.0
2007-12-05 05:00:12 +00:00
Spencer Janssen
7a054e9d3e
Remove TilePrime, it is subsumed by HintedTile
2007-12-05 04:57:46 +00:00
Spencer Janssen
58d540789b
Update Sjanssen.hs
2007-12-05 04:56:48 +00:00
Brent Yorgey
7296b99306
LayoutScreens and Square: haddock updates
2007-12-04 20:40:39 +00:00
Brent Yorgey
258ccb3468
Droundy.hs: add spaces so haddock isn't confused by commented-out ||| combinator
2007-12-04 20:36:22 +00:00
David Roundy
2c856dceec
my urgency-hook code also seems to crach... change in Droundy.
2007-12-01 16:23:10 +00:00
David Roundy
03d4f8ea9c
disable avoidStruts in Droundy again.
...
Apparently, ManageDocks still crashes on X86-64...
2007-12-01 16:02:26 +00:00
David Roundy
c4117a1de0
fix bug where we failed to hide combo decorations.
2007-12-01 15:58:59 +00:00
David Roundy
e849a055e3
add to Droundy a non-working urgency hook and enable avoidStruts.
2007-12-01 13:29:10 +00:00
gwern0
e5c50cd0c8
update XSelection.hs; apparently the utf8-string library has updated
...
Note that this does not fix the apparent problems with actually using getSelection, even though it works fine from a GHCi prompt...
2007-11-30 16:14:29 +00:00
Brent Yorgey
dcd3bc5324
LayoutScreens: documentation fix
2007-11-30 16:54:23 +00:00
David Roundy
7794428303
tune Droundy config.
2007-11-30 14:51:38 +00:00