brian
23588c09ae
adding thesaurus.reference.com and Google Labs Code Search searches
2008-07-01 09:01:42 +00:00
gwern0
60e02bb08a
fillout banish example in Warp.hs
...
We also include a nice little type to avoid specifying 0 0 stuff.
2008-06-29 20:20:47 +00:00
gwern0
ddb522d0cb
fix Actions.Wap doc
...
warp 1 1 has a comment claiming that this moves the cursor to the lower *left*, but if you look at the warpToWindow haddock, it says that 1 1 is actually lower *right* - as indeed it proved to do. This was annoying as it led me astray for a minute or so.
2008-06-29 11:55:04 +00:00
Brent Yorgey
6530f28720
Actions/Search.hs: export SearchEngine constructor
2008-06-20 21:20:16 +00:00
Braden Shepherdson
303107fbae
Exporting addHiddenWorkspace, it's needed by the new Scratchpad
2008-06-08 04:53:18 +00:00
gwern0
7b81a45619
Actions.Search.hs: switch inappropriate use of getShellCompl for a 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.
2008-06-07 07:13:31 +00:00
Malebria
5c908f986a
Use lines instead of columns in configuration (similar to GNOME and KDE)
2008-05-26 22:53:37 +00:00
Malebria
f95fa1f551
Bug correction when areasColumn > 1
2008-05-26 22:32:20 +00:00
Devin Mullins
3436683f88
more documentation for WindowNavigation and UrgencyHook
2008-05-25 05:02:31 +00:00
Devin Mullins
8bec9a32e1
X.A.WindowNavigation: add logHook for better state tracking
2008-05-25 03:23:25 +00:00
Devin Mullins
f13c352bff
doco tweaks
2008-05-24 21:18:49 +00:00
Malebria
65109b90c6
Add XMonad.Actions.Plane
2008-05-23 00:43:57 +00:00
gwern0
12e54671a5
revamp Search.hs to export a replacement for simpleEngine
...
It's called searchEngine now, and is a wrapper around the SearchEngine type. Different type as well
2008-05-19 19:09:12 +00:00
zhen.sydow
7a3ff21b89
add site name in search prompt dialog
2008-05-18 10:13:57 +00:00
zhen.sydow
0140d63947
add youtube to search engines
2008-05-13 21:25:08 +00:00
Devin Mullins
8a646c9983
SwapWorkspaces: swapTo Next|Prev
2008-05-18 02:41:21 +00:00
Devin Mullins
21dd3fed8f
X.A.WindowNavigation: currentPosition and setPosition share the same inside
logic, now
...
Aside from documentation, this is pretty much usable, now.
2008-05-15 06:22:11 +00:00
Devin Mullins
7852e704fa
X.A.WindowNavigation: have currentPosition handle axes independently
...
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.
2008-05-15 05:33:30 +00:00
zhen.sydow
ac6f1a66fe
move AppLauncher from Actions module to Prompt module
2008-05-13 20:12:52 +00:00
Devin Mullins
921097c9b5
X.A.WindowNavigation: comment cleanup
2008-05-13 09:13:13 +00:00
Devin Mullins
2d60591715
windowRect now compensates for border width
...
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.
2008-05-13 09:01:51 +00:00
Devin Mullins
4d1bc6eecb
X.A.WindowNavigation: update TODO
2008-05-13 04:42:29 +00:00
Devin Mullins
bb5fd00967
X.A.WindowNavigation: minor cleanup
2008-05-12 17:04:10 +00:00
Devin Mullins
864f3382ce
X.A.WindowNavigation: simplify inr somewhat
2008-05-12 09:06:47 +00:00
Devin Mullins
95e5210d95
X.A.WindowNavigation: clarity
2008-05-12 08:53:38 +00:00
Devin Mullins
6eb5074bd1
X.A.WindowNavigation: ugh, typo
2008-05-12 08:22:28 +00:00
Devin Mullins
70caa5a67b
X.A.WindowNavigation: implement swap, extract withTargetWindow commonality
...
Why doesn't mapWindows exist already?
2008-05-12 06:47:15 +00:00
Devin Mullins
cdeb842834
add more flexible withWindowNavigationKeys
...
Names aren't permanent yet, so don't cry if they change.
2008-05-12 05:06:37 +00:00
Devin Mullins
255a04753e
X.A.WindowNavigation: TODO
2008-05-11 22:21:16 +00:00
Devin Mullins
8f0b9fa066
X.A.WindowNavigation: add withWindowNavigation, for easy setup
...
This should be more flexible than it is -- I've got an idea, but am interested to hear others.
2008-05-11 22:04:58 +00:00
Devin Mullins
98c70dd264
X.A.WindowNavigation: fix currentPosition
...
Now properly deals with an unitialized state (e.g. from a restart) or an
inconsistent state (e.g. from using mod-j/k). Deserves cleanup.
2008-05-11 21:21:28 +00:00
Devin Mullins
5338391ae9
X.A.WindowNavigation: add TODOs
2008-05-11 21:13:26 +00:00
Devin Mullins
ad787b2d5f
X.A.WindowNavigation state is now workspace-specific
...
racking up some code debt, here...
2008-05-11 07:16:56 +00:00
Devin Mullins
50420922eb
X.A.WindowNavigation: minor doco changes
2008-05-06 07:42:35 +00:00
Devin Mullins
b45722cf82
add draft XMonad.Actions.WindowNavigation
...
This is an experiment with replacing the WindowNavigation LayoutModifier with
one that simply adds keybindings and stores state in an IORef. Credit to
droundy for the original code -- hopefully I'm not butchering it. The end
intent is to add Xinerama support, but it'll be a little while before I get
there.
2008-05-04 05:00:22 +00:00
zhen.sydow
07b2f424b1
new contrib module to launch apps with command line parameters
2008-05-13 13:47:54 +00:00
Klaus Weidner
476fb301d4
Don't move the pointer if the user is moving the mouse
...
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.
2008-04-17 02:22:34 +00:00
David Roundy
117c3bd6b1
remove myself as maintainer of CopyWindow.
...
I'm not sure who's maintaining this, but it's not me.
2008-04-09 14:43:33 +00:00
Spencer Janssen
1071d0a4e1
Generalize copyWindow, minor style change
2008-04-08 21:00:50 +00:00
Ivan N. Veselov
56031b1f63
XMonad.Actions.CopyWindow: added copyToAll and killAllOtherCopies functions
2008-04-08 19:51:11 +00:00
Lukas Mai
59fc99504f
XMonad.Actions.UpdatePointer: doc fix
2008-04-07 15:27:41 +00:00
Ian Zerny
ef25a538bf
Added next-window versions of the raise* functions.
2008-04-05 18:29:00 +00:00
Lukas Mai
1950a4e2cc
update contrib for applySizeHints changes
2008-04-04 22:05:58 +00:00
Brent Yorgey
5d352c8bf4
Actions/Search.hs: add dictionary.com search
2008-04-02 15:05:21 +00:00
gwern0
e170cfc611
improve WindowGo.hs Haddock formatting
2008-04-01 02:31:30 +00:00
gwern0
64396d85ab
WindowGo.hs: +raiseBrowser, raiseEditor
...
Specialize runOrRaise in the same way as with Actions.Search, for one's browser and one's editors.
2008-04-01 02:17:40 +00:00
gwern0
a4fb5d127f
Search.hs: remove an argument from selectSearch and promptSearch
...
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.
2008-04-01 01:39:47 +00:00
Michal Janeczek
f77f71512b
XMonad.Actions.CycleRecentWS: initial import
2008-03-31 11:19:06 +00:00
Brent Yorgey
c857ebe29c
move Direction type from WindowNavigation to ManageDocks (ManageDocks will move into the core, taking Direction with it)
2008-03-31 01:01:27 +00:00
xmonad
1c6798a639
UpdatePointer: Make pointer position configurable.
2008-03-26 07:57:59 +00:00