David Roundy
1f2162781f
remove myself as maintainer from modules I don't maintain or use.
2008-08-28 15:18:30 +00:00
Devin Mullins
e58933b9c1
simplify WindowBringer code, and change greedyView to focusWindow
2008-08-11 03:31:37 +00:00
Spencer Janssen
94101637c9
I prefer the spencerjanssen@gmail.com address
2008-07-14 20:40:05 +00:00
leoserra
f06a147057
XMonad.Actions.Plane.Linear
2008-07-06 17:53:03 +00:00
Marco Túlio Gontijo e Silva
e0ebbc1ea8
XMonad.Actions.Plane: Improvements in code quality
2008-07-06 17:28:29 +00:00
Marco Túlio Gontijo e Silva
52192efe56
XMonad.Actions.Plane: Treat error in read
2008-07-10 13:53:42 +00:00
Marco Túlio Gontijo e Silva
18ae6a3e2c
XMonad.Actions.Plane: GConf support
...
Thanks to Johan Dahlin.
2008-07-09 00:19:00 +00:00
Devin Mullins
b775d682ca
X.A.WindowNavigation: comments
2008-07-10 04:10:28 +00:00
Marco Túlio Gontijo e Silva
95b26ac219
XMonad.Actions.Plane: Copyright update
2008-07-09 00:15:48 +00:00
Marco Túlio Gontijo e Silva
374c034628
XMonad.Actions.Plane: removed missing haddock chunck
2008-07-09 01:05:30 +00:00
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