gwern0
|
da64090416
|
Prompt.hs: +a historyCompletion function for use in XPrompts
|
2008-06-07 07:12:25 +00:00 |
|
Trevor Elliott
|
aa8275e491
|
Add C-w to XMonad.Prompt
* Bind C-w to kill the previous word
|
2008-06-05 22:06:56 +00:00 |
|
Don Stewart
|
955a4bd24f
|
Add missing xfce module to .cabal
|
2008-06-02 17:42:19 +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 |
|
Justin Bogner
|
5895a401be
|
made fadeInactiveLogHook take an argument amount to fade
|
2008-05-23 21:39:37 +00:00 |
|
Justin Bogner
|
5fc69c1ae7
|
add FadeInactive to fade out inactive windows using xcompmgr
|
2008-05-23 20:58:38 +00:00 |
|
Justin Bogner
|
0cbb8b83af
|
add close window functionality to EwmhDesktops
|
2008-05-23 18:59:08 +00:00 |
|
Malebria
|
65109b90c6
|
Add XMonad.Actions.Plane
|
2008-05-23 00:43:57 +00:00 |
|
Ivan.Miljenovic
|
25de482d5f
|
Default Xfce config, this time with me holding the copyright, maintainership, etc.
|
2008-05-22 10:53:16 +00:00 |
|
Joachim Fasting
|
7ef87af128
|
StackTile: minor documentation fix
That '[]' in the example seems incorrect
|
2008-05-21 18:26:37 +00:00 |
|
acura
|
8a4ffb3e57
|
StackTile
A simple patch to get a dishes like stacking, but with the ability to resize master pane.
|
2008-05-20 19:55:59 +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 |
|
gwern0
|
e3974a91b3
|
sp ShowWName.hs
|
2008-05-19 19:05:20 +00:00 |
|
David Roundy
|
8c65d469db
|
remove ScratchWorkspace.
It's ugly code, and I'd be surprised if anyone actually uses it. I see no
reason to continue to maintain it.
|
2008-05-16 18:57:29 +00:00 |
|
Roman Cheplyaka
|
3cbccce5e8
|
Fixed location of xmonad.conf
|
2008-05-18 20:46:02 +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
|
e355598321
|
UrgencyHook: removeVisiblesFromUrgents -> cleanupUrgents
Now only removes windows based on SuppressWhen setting.
|
2008-05-15 16:44:36 +00:00 |
|
Braden Shepherdson
|
dd0ad36b22
|
Added XMonad.Config.PlainConfig: proof-of-concept GHC-less plain text 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.
|
2008-05-17 22:29:16 +00:00 |
|
lithis
|
826512a460
|
XMonad.Hooks.SetWMName: Update documentation to reflect the addition of startupHook.
|
2008-05-16 22:10:11 +00:00 |
|
David Roundy
|
f4b537a06e
|
I no longer use ScratchWorkspace.
|
2008-05-16 18:57:15 +00:00 |
|
David Roundy
|
6c2489e4a5
|
fix bug in smartBorders when combined with decorated windows.
|
2008-05-16 18:48:55 +00:00 |
|
Devin Mullins
|
52d2a731c9
|
decent documentation for UrgencyHook
Blame it on lack of sleep. Or perhaps the causation is the reverse.
|
2008-05-15 08:22:22 +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 |
|
Devin Mullins
|
1d93dfba51
|
fix compile warnings in BoringWindows
|
2008-05-15 05:17:28 +00:00 |
|
David Roundy
|
60f269f0b3
|
add BoringWindows module to make certain windows skipped when rotating focus.
|
2008-05-14 16:28:46 +00:00 |
|
Devin Mullins
|
4d520a4f20
|
UrgencyHook: some documentation (more is needed)
|
2008-05-14 08:01:04 +00:00 |
|
Devin Mullins
|
7d34680a9c
|
UrgencyHook: got rid of the need for instances to know about suppressWhen
This changes the API a little bit, but that's what you get for using a day-old feature from darcs.
|
2008-05-14 07:22:17 +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 |
|