gwern0
dd591587f6
Actions.WindowGo: typo fix - trim 's' per cub.uanic https://code.google.com/p/xmonad/issues/detail?id=491
2012-01-16 22:42:44 +00:00
gwern0
bac3e0d658
WindowGo: bulk up 'runOrRaise' doc to point to 'raiseMaybe' for shell scripting
2010-07-12 04:56:32 +00:00
gwern0
9f6bb1a26e
WindowGo: fmt & sp
2010-07-12 04:29:15 +00:00
Spencer Janssen
3b82b8755e
X.A.WindowGo: fix haddock markup
2009-11-11 00:32:56 +00:00
Adam Vogt
74a03cd8fb
Refer to modm as the current modMask
...
This makes the config suggestions consistent with the current template.
2009-10-22 04:11:26 +00:00
Adam Vogt
5cd48cac7c
Remove trailing whitespace from many modules
2009-07-05 20:12:05 +00:00
Daniel Schoepe
dce0b17420
Add ifWindow and ifWindows and simplify WindowGo
...
This patch adds ifWindow and ifWindows as helper functions to
X.A.WindowGo and removes some boilerplate by rewriting other functions
in terms of those. Also some minor simplifications.
2009-06-24 23:17:11 +00:00
gwern0
04f440d804
XMonad.Actions.WindowGo: switch to safeSpawn, since everyone just passes a prog name (no shell scripting)
2009-06-22 19:32:55 +00:00
gwern0
e582ae5a4e
XMonad.Actions.WindowGo: improve haddocks
2009-06-22 19:28:31 +00:00
gwern0
42692986e6
hlintify XUtils, XSelection, Search, WindowGo
2008-12-20 15:33:02 +00:00
gwern0
afa80ad2a2
XMonad.Actions.WindowGo: fix a floating-related focus bug
...
If a floating window was focused, a cross-workspace 'raise' would cause a loop of
shifting windows. Apparently the problem was 'focus' and its mouse-handling. Spencer
suggested that the calls to focus be replaced with 'focusWindow', which resolved it.
2008-12-05 15:07:55 +00:00
seanmce33
10be813bd7
raiseMaster
2008-09-12 18:48:30 +00:00
Ian Zerny
ef25a538bf
Added next-window versions of the raise* functions.
2008-04-05 18:29:00 +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
929c9a1b56
WindowGo.hs: improve description
...
I'm still not sure whether the description makes sense if you don't already understand the idea.
2008-03-16 22:39:46 +00:00
gwern0
aca42e5ddb
improve the formatting for WindowGo.hs
2008-03-16 21:56:42 +00:00
Brent Yorgey
8f71c70d37
WindowGo.hs: fix syntax in example
2008-02-09 22:51:35 +00:00
gwern0
37748e0b26
+doc for WindowGo.hs: I've discovered a common usecase for me for raiseMaybe
2008-02-05 03:21:55 +00:00
gwern0
4c7a536465
XMonad.Actions.WindowGo: add a runOrRaise module for Joseph Garvin with the help of Spencer Janssen
2008-02-04 17:34:02 +00:00