Tony Zorman
b1b3c4c469
~/.xmonad/xmonad.hs -> xmonad.hs
...
With XDG support so firmly ingrained now, it's about time we stop
hard-coding the configuration path in the docs.
2023-12-22 18:17:17 +01:00
Tomas Janousek
c4dca3592e
Appease -Werror=type-equality-requires-operators
...
GHC 9.4 complains:
The use of ‘~’ without TypeOperators
will become an error in a future GHC release.
2022-10-30 21:52:10 +00:00
Tony Zorman
3d65a6bf72
Refer to the tutorial instead of X.D.Extending more often
...
Essentially, whenever the tutorial actually has decent material on the
subject matter. The replacement is roughly done as follows:
- logHook → tutorial
- keybindings → tutorial, as this is thoroughly covered
- manageHook → tutorial + X.D.Extending, as the manageHook stuff the
tutorial talks about is a little bit of an afterthought.
- X.D.Extending (on its own) → tutorial + X.D.Extending
- layoutHook → tutorial + X.D.Extending, as the tutorial, while
talking about layouts, doesn't necessarily have a huge focus there.
- mouse bindings → leave this alone, as the tutorial does not at all
talk about them.
2022-10-21 09:17:43 +02:00
slotThe
3bf9d80c40
XMonad.Layout.Named: Deprecate
2022-09-22 07:51:52 +02: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
bd5b969d9b
Apply hlint hints
...
All hints are applied in one single commit, as a commit per hint would
result in 80+ separate commits—tihs is really just too much noise.
Related: https://github.com/xmonad/xmonad-contrib/issues/537
2021-06-06 18:59:05 +02:00
slotThe
9af232489d
Remove unnecessary imports of X.L.LayoutCombinators
2021-06-04 18:23:37 +01:00
slotThe
5140f5b5d0
Remove things deprecated by Data.Default
2020-11-16 10:31:02 +01:00
Daniel Wagner
0f1b6fb772
use Data.Default wherever possible, and deprecate the things it replaces
2013-05-28 01:39:09 +00:00
Adam Vogt
de84dfef0d
Remove trailing whitespace.
2012-11-09 01:41:56 +00:00
moserq
4339b7ac00
Orphan my modules
2010-10-01 10:43:00 +00:00
moserq
021245b5fa
Split X.L.Groups.Examples
...
X.L.G.Examples : rowOfColumns and tiled tabs layouts
X.L.G.Helpers : helper actions
X.L.G.Wmii : wmii layout
2010-10-01 10:41:42 +00:00
moserq
ea10cbbbd8
X.L.G.Examples: improve the tabs of tiledTabs
2010-01-20 10:32:40 +00:00
moserq
0b4c57d769
X.L.G.Examples: improve the tabs of wmiiLike
2010-01-20 10:17:46 +00:00
quentin.moser
97e68c1bc8
Update my e-mail address
2010-01-17 01:11:09 +00:00
quentin.moser
dd1a8ff05d
New module: X.L.Groups.Examples
...
Utility functions and examples using X.L.Groups.
2010-01-17 01:02:36 +00:00