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
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
Devin Mullins
090d77236d
pull suppressWhen logic into main WithUrgencyHook handler
...
In order for this to work, I added a new UrgencyHook method to communicate the
SuppressWhen value. I'm not sure if this is actually better than just providing
a convenience function, but it's an easy switch.
2008-05-13 07:52:47 +00:00