Tomas Janousek
8197cd9105
Fix -Wincomplete-uni-patterns warnings
...
I am not proud of this.
2021-11-05 10:14:20 +00:00
slotThe
38c11c1e3c
Add "Description" field to module headers
...
Fixes: https://github.com/xmonad/xmonad-contrib/issues/592
2021-09-26 14:15:54 +02:00
slotThe
2469269119
New module: XMonad.Prelude
...
This is a convenience module in order to have less import noise. It
re-exports the following:
a) Commonly used modules in full (Data.Foldable, Data.Applicative, and
so on); though only those that play nicely with each other, so that
XMonad.Prelude can be imported unqualified without any problems.
This prevents things like `Prelude.(.)` and `Control.Category.(.)`
fighting with each other.
b) Helper functions that don't necessarily fit in any other module;
e.g., the often used abbreviation `fi = fromIntegral`.
2021-05-13 17:44:47 +02:00
Loïc Paulevé
43673b3907
workspacesSorted: fix indentation + add comment
2016-12-05 13:37:26 +01:00
Loïc Paulevé
9f9b5d3748
Make Actions.WindowGo.raiseNextMaybe span over all workspaces. Fixes #120
2016-12-02 08:54:01 +01:00
Ivan Malison
856b125186
X.A.WindowGo: Make comment style more consistent
2016-11-03 19:22:49 -07:00
Ivan Malison
c51bd739d7
X.A.WindowGo: Add a haddock comment to raiseNextMaybeCustomFocus
2016-11-03 19:21:52 -07:00
Ivan Malison
8e061c0c6d
X.A.WindowGo: Remove uncurry from raiseNextMaybeCustomFocus
2016-10-26 17:24:45 -07:00
Ivan Malison
49fecdf4eb
X.A.WindowGo: Add arg for custom focus fn to raiseNextMaybe
2016-10-26 17:09:42 -07:00
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