Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

xmonad

Dynamically tiling X11 window manager that is written and configured in Haskell.
Collective - Host: opensource - https://opencollective.com/xmonad - Website: https://xmonad.org/ - Code: https://github.com/xmonad

ci: Drop GHC installation via apt

The apt repo hosting these packages has been unmaintained for quite a
while, and we've excluded ...

github.com/xmonad/X11 - 58e2f0eead6ea713251b36893317faff35f249aa authored about 2 years ago by Tomas Janousek <[email protected]>
ci: Replace deprecated GHA set-output command

See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-outpu...

github.com/xmonad/X11 - 7ed2336f37f6c79614b660cb076da09a842ba353 authored about 2 years ago by Tomas Janousek <[email protected]>
ci: Bump haskell-ci

We add "haddock-components: libs" to cabal.haskell-ci to prevent
haskell-ci from passing --haddo...

github.com/xmonad/X11 - f35b61a6004981a9723d85908a629ea5ae270e75 authored about 2 years ago by Tomas Janousek <[email protected]>
Merge pull request #760 from slotThe/orgmode/refile

X.P.OrgMode: Add orgPromptRefile[To]

github.com/xmonad/xmonad-contrib - d301affabb4705e6b0a12ed306542cc92ba8a421 authored about 2 years ago by Tony Zorman <[email protected]>
X.P.OrgMode: Add orgPromptRefile[To]

Add orgPromptRefile and orgPromptRefileTo in order to refile entries
after insertion.

github.com/xmonad/xmonad-contrib - bdb13e2551cce9abcbd76b3993d8a6c0de52513a authored about 2 years ago by Tony Zorman <[email protected]>
X.P.OrgMode: Remove the need for todoKeywords argument

This is (i) much simpler to use and (ii) helps us with refiling. Emacs
will ignore todo keyword...

github.com/xmonad/xmonad-contrib - a97a1acf87dfb021245ec1e5067ef15cdba7a528 authored about 2 years ago by Tony Zorman <[email protected]>
Merge pull request #425 from xmonad/hlint

CI maintenance (hlint workflow, GHA deprecations, GHC 9.4)

github.com/xmonad/xmonad - 96452213f4eb9154a8bd8374e1d3c57b1c268d75 authored about 2 years ago by Tomáš Janoušek <[email protected]>
Merge pull request #775 from liskin/ci

CI maintenance (GHA deprecations, GHC 9.4)

github.com/xmonad/xmonad-contrib - 3d0502f7b6da297c392ebe61ce6e0ebea0e35b18 authored about 2 years ago by Tomáš Janoušek <[email protected]>
ci: Fix docs tarball

haskell-ci by default passes --haddock-all to cabal v2-haddock, which
builds docs for all compon...

github.com/xmonad/xmonad - c19eb068075951ee60f57b1c59dd028a73d0b027 authored about 2 years ago by Tomas Janousek <[email protected]>
ci: Fix docs tarball

haskell-ci by default passes --haddock-all to cabal v2-haddock, which
builds docs for all compon...

github.com/xmonad/xmonad-contrib - 688041791176f0b6758012e35a255f9836486629 authored about 2 years ago by Tomas Janousek <[email protected]>
Appease -Werror=type-equality-requires-operators

GHC 9.4 complains:

The use of ‘~’ without TypeOperators
will become an error in a futur...

github.com/xmonad/xmonad-contrib - c4dca3592e244207b75b94a786970f8b34111b09 authored about 2 years ago by Tomas Janousek <[email protected]>
X.Config: Appease -Werror=type-equality-requires-operators

GHC 9.4 complains:

The use of ‘~’ without TypeOperators
will become an error in a futur...

github.com/xmonad/xmonad - 6d7da8dc25ebbf70b54b37b8ba8c74e4e7213a59 authored about 2 years ago by Tomas Janousek <[email protected]>
ci: Add GHC 9.4 to tested-with matrix (haskell-ci workflow)

(Also bump 9.2 to 9.2.4)

github.com/xmonad/xmonad - f96b3f039854d0d99f031cd1d745a04522bc57d2 authored about 2 years ago by Tomas Janousek <[email protected]>
ci: Add GHC 9.4 to tested-with matrix (haskell-ci workflow)

(Also bump 9.2 to 9.2.4)

github.com/xmonad/xmonad-contrib - 4242fa02a0b1652d71085508ba8c6bbd10e97a2b authored about 2 years ago by Tomas Janousek <[email protected]>
ci: Bump cachix/install-nix-action to v18

This gets rid of the deprecation warnings about
https://github.blog/changelog/2022-10-11-github-...

github.com/xmonad/xmonad - 34f257ad6f5d71bd214925e9bdb9750b58544503 authored about 2 years ago by Tomas Janousek <[email protected]>
ci: Bump cachix/install-nix-action to v18

This gets rid of the deprecation warnings about
https://github.blog/changelog/2022-10-11-github-...

github.com/xmonad/xmonad-contrib - f81b9fb7257c728dc24897703f7f431b27f22418 authored about 2 years ago by Tomas Janousek <[email protected]>
ci: Bump actions/{checkout,cache} to v3

This gets rid of the deprecation warnings about
https://github.blog/changelog/2022-10-11-github-...

github.com/xmonad/xmonad-contrib - b0b8e4fb2c66a3010454dfc466f0df67fc439ee4 authored about 2 years ago by Tomas Janousek <[email protected]>
ci: Drop GHC installation via apt

The apt repo hosting these packages has been unmaintained for quite a
while, and we've excluded ...

github.com/xmonad/xmonad-contrib - 7312d6f3f3f732648cbe96cad4a454edee78ee3f authored about 2 years ago by Tomas Janousek <[email protected]>
ci: Bump actions/{checkout,cache} to v3

This gets rid of the deprecation warnings about
https://github.blog/changelog/2022-10-11-github-...

github.com/xmonad/xmonad - f94ad61a27c7b3439e8cd64c26b689635e68d383 authored about 2 years ago by Tomas Janousek <[email protected]>
ci: Replace deprecated GHA set-output command

See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-outpu...

github.com/xmonad/xmonad-contrib - b75ed7295c92216de78b6e411cf3e2606bcb2bb5 authored about 2 years ago by Tomas Janousek <[email protected]>
ci: Drop GHC installation via apt

The apt repo hosting these packages has been unmaintained for quite a
while, and we've excluded ...

github.com/xmonad/xmonad - 3977a7a4e2d46dc918b1f144c123e327222a6250 authored about 2 years ago by Tomas Janousek <[email protected]>
ci: Replace deprecated GHA set-output command

See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-outpu...

github.com/xmonad/xmonad - 3cd839f0acd414923a6940c8088ba132b5828031 authored about 2 years ago by Tomas Janousek <[email protected]>
ci: Drop hlint from haskell-ci workflow

As we have a separate hlint workflow now, this is no longer needed.

Related: https://github.com...

github.com/xmonad/xmonad - a9abc4e09c73349dfc6ca014e677eb5372814246 authored about 2 years ago by Tomas Janousek <[email protected]>
ci: Bump haskell-ci

github.com/xmonad/xmonad - 25a4ed69da9c4a6fc29b79246589c3e29303b984 authored about 2 years ago by Tomas Janousek <[email protected]>
ci: Add hlint workflow

The "haskell/actions/hlint-run" GitHub Action produces annotations which
GitHub shows in the cod...

github.com/xmonad/xmonad - 262dc4779f4220dafc368c4e5d2d9665f9576b2c authored about 2 years ago by Tomas Janousek <[email protected]>
Merge pull request #770 from slotThe/bikeshed/dynamicproperty

New module: XMonad.Hooks.OnPropertyChange

github.com/xmonad/xmonad-contrib - c27a1f07915ac933f1feee301b47ae77cd55d8a6 authored about 2 years ago by Tony Zorman <[email protected]>
New module: XMonad.Hooks.OnPropertyChange

This is the same module as X.H.DynamicProperty, just with (hopefully)
more discoverable names.

...

github.com/xmonad/xmonad-contrib - eaab5bfbbace2d11c7efc5a6f0dac832611b8fa6 authored about 2 years ago by Tony Zorman <[email protected]>
Merge pull request #769 from aplaice/spawnonce_doc_link

Fix broken link in doc for XMonad.Util.SpawnOnce

github.com/xmonad/xmonad-contrib - fce5558b625df3693a1455eb251e68bb2c6980de authored about 2 years ago by Tony Zorman <[email protected]>
Fix inter-module link (use " instead of ')

Otherwise, haddock tries to link to a (non-existent) function in
"XMonad.Util", which gives a "p...

github.com/xmonad/xmonad-contrib - 2ab520eedac7447fc1f7721f16e6d3e4d6dbd0a0 authored about 2 years ago by Adam Plaice <[email protected]>
X.P.OrgMode: Add mkOrgCfg

This ensures that we always immediately expand the file path upon
constructing an `OrgMode' reco...

github.com/xmonad/xmonad-contrib - b9c82940453c8831db205b682f303b55341653fe authored about 2 years ago by Tony Zorman <[email protected]>
X.U.Run: Add list, saveExcursion

github.com/xmonad/xmonad-contrib - 08071706ba55227be44868d56524069860d79110 authored about 2 years ago by Tony Zorman <[email protected]>
X.U.Run: Don't use elispFun in progn

This is already taken care of by execute and eval, so forcing it in
progn only hampers composabi...

github.com/xmonad/xmonad-contrib - 2ffc5de6cf075db7e231f1667c91636b42770ea1 authored about 2 years ago by Tony Zorman <[email protected]>
X.P.OrgMode: Return "exitCode" mkOrgPrompt

More formally, return whether the user cancelled the prompt or not.
This is useful in case we wa...

github.com/xmonad/xmonad-contrib - cd95bf9c28e1fdfa43b2940377690d90deb56e74 authored about 2 years ago by Tony Zorman <[email protected]>
Merge pull request #765 from slotThe/hlint-workflow

Create HLint workflow

github.com/xmonad/xmonad-contrib - f55502f7235227816f64a581790db4fbe3223aa5 authored about 2 years ago by Tony Zorman <[email protected]>
CI: Remove hlint from haskell-ci

As we have a proper hlint action now, this is no longer needed.

github.com/xmonad/xmonad-contrib - 7cee1915169d24f38bed30b641e554dd5de59bdc authored about 2 years ago by Tony Zorman <[email protected]>
CI: Add hlint workflow

Closes: https://github.com/xmonad/xmonad-contrib/issues/669

github.com/xmonad/xmonad-contrib - dd26fcc3f1c5ff16399e860502be10c4ada37b8a authored about 2 years ago by Tony Zorman <[email protected]>
Merge pull request #763 from slotThe/extending->tutorial

A Potpourri of Small Changes

github.com/xmonad/xmonad-contrib - 571d017b8259340971db1736eedc992a54e9022c authored about 2 years ago by Tony Zorman <[email protected]>
X.A.Navigation2D: Add sideNavigation as to default tiled navigation

Add sideNavigation as a fallback if needed. This should not have any
user-facing behaviour chan...

github.com/xmonad/xmonad-contrib - 570eb8ccb8cdc03d74976b4f1f7af93495065d25 authored about 2 years ago by Tony Zorman <[email protected]>
X.H.InsertPosition: Add combinator

Users may not see the warning that insertPosition definitely needs to be
inserted at the leftmos...

github.com/xmonad/xmonad-contrib - 41d6ac96d5bf6537018c483b16366d7d1851cdaf authored about 2 years ago by Tony Zorman <[email protected]>
X.A.Navigation2D: More prominently document strategies

Also, add a note that users who use gaps or spacing may need to look
into these strategies a bit...

github.com/xmonad/xmonad-contrib - cca2ccfc71c9e18a95629b643aad794f13c53808 authored about 2 years ago by Tony Zorman <[email protected]>
X.A.FloatKeys: Add direction{Move,Resize}Window

These are simpler, more easily understood, alternatives to the existing
functions.

Fixes: https...

github.com/xmonad/xmonad-contrib - 4c8edd3bfbd907309178d2651745939b4b1e240f authored about 2 years ago by Tony Zorman <[email protected]>
Refer to the tutorial instead of X.D.Extending more often

Essentially, whenever the tutorial actually has decent material on the
subject matter. The repl...

github.com/xmonad/xmonad-contrib - 3d65a6bf72236a0b54b63b6c2c71854eb17ed3d3 authored about 2 years ago by Tony Zorman <[email protected]>
Merge pull request #759 from slotThe/parser/feature-parity

X.U.Parser: Achieve feature parity with ReadP

github.com/xmonad/xmonad-contrib - 05c4c776af3a8c7a660ef4785c0c45c9f133fc38 authored about 2 years ago by Tony Zorman <[email protected]>
X.U.Parser: Feature parity with ReadP

While not many of these more exotic combinators are used right now, it's
still nice to have feat...

github.com/xmonad/xmonad-contrib - 4d7ae81f7ad77df3ae83b3c2f82dfc34dc430f51 authored about 2 years ago by Tony Zorman <[email protected]>
X.U.Parser: Inline definitions

Most of these definitions are probably small enough to be inlined on
their own, but tell GHC to ...

github.com/xmonad/xmonad-contrib - 0bef428f8fe540c0913b3134c8f8b0cc33c3f796 authored about 2 years ago by Tony Zorman <[email protected]>
X.P.OrgMode: Remove pLast

Use the more aptly named `option` instead.

github.com/xmonad/xmonad-contrib - 2b1a15c9e57d9717c10e23638350a1f253c7e446 authored about 2 years ago by Tony Zorman <[email protected]>
Merge pull request #761 from exorcist365/master

X.H.Modal: Remove `Keys` type alias

github.com/xmonad/xmonad-contrib - 7d4f0aaece8c9e9cbaae7d399651f8118bf0555a authored about 2 years ago by Tony Zorman <[email protected]>
X.H.Modal: Remove `Keys` type alias

This was only used in three places throughout the module and is sort of
non-standard terminology...

github.com/xmonad/xmonad-contrib - 4734551c76b95b91b1ca140ee08bbfd65c2c4d57 authored about 2 years ago by exorcist365 <[email protected]>
X.U.Run: Add executeNoQuote

github.com/xmonad/xmonad-contrib - 865c63a3618496e3f8c2c7424691ab59cef39518 authored about 2 years ago by Tony Zorman <[email protected]>
CHANGES: Fix thinko in module name

github.com/xmonad/xmonad-contrib - c3ea62c972d28f87a6a4c702a39b261e50ac65e5 authored about 2 years ago by Tomas Janousek <[email protected]>
CHANGES: Fix whitespace and misplaced underscores

github.com/xmonad/xmonad-contrib - 005951535b04959340c1542ebc7d7163e48cb895 authored about 2 years ago by Tomas Janousek <[email protected]>
Merge pull request #410 from slotThe/remove-deprecations

Remove (more) Deprecations, Properly Deprecate Modules

github.com/xmonad/xmonad-contrib - ecd052b7fd2909e8fcd9df2f7b2de068c2f78208 authored about 2 years ago by Tony Zorman <[email protected]>
Merge pull request #73 from xmonad/sponsors-update

data: Update sponsors

github.com/xmonad/xmonad-web - c59966e3569cc720b2de49dcfeca4a6fa43c8683 authored over 2 years ago by Tony Zorman <[email protected]>
data: Update sponsors

github.com/xmonad/xmonad-web - 94510eb7cdabd63305b861aeef2cd83a1c2829c6 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Merge pull request #71 from xmonad/sponsors-update

data: Update sponsors

github.com/xmonad/xmonad-web - 10658fd183e48d8e2bb58100a70a0fd4cf9d110b authored over 2 years ago by Tomáš Janoušek <[email protected]>
data: Update sponsors

github.com/xmonad/xmonad-web - d54020503c60d19ab1457e6f064ce56a54c0313a authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Merge pull request #758 from alexandersokolow/master

expose more messages in MouseResizableTile layout

github.com/xmonad/xmonad-contrib - e15f2d17e54d9386159def725785ff2293d3a6b7 authored over 2 years ago by Tony Zorman <[email protected]>
expose more messages in MouseResizableTile layout

github.com/xmonad/xmonad-contrib - 9e55ae9184a5140e6c08241c7ce7d6e1eb743096 authored over 2 years ago by alexandersokolow <[email protected]>
Fix documentation bug in X.U.NSP

The Usage section made reference to a non-existent
`namedScratchpadSpawnAction` function. It has...

github.com/xmonad/xmonad-contrib - b9794e6a1384299d5d77e54c1c7d6670d742edff authored over 2 years ago by L. S. Leary <[email protected]>
CHANGES: Mention deprecations and removals

This reflects the changes made in the following previous commits:

- f02b3a98691d4c51bd8ea2171...

github.com/xmonad/xmonad-contrib - 1e3b49f064e743cd7a8ab637549e42a0db2f19ca authored over 2 years ago by slotThe <[email protected]>
XMonad.Layout.Named: Deprecate

github.com/xmonad/xmonad-contrib - 3bf9d80c40b9ec8f2900fe9fffa4fc17627b5b0d authored over 2 years ago by slotThe <[email protected]>
XMonad.Actions.SinkAll: Deprecate

github.com/xmonad/xmonad-contrib - f02b3a98691d4c51bd8ea2171d6a7ce9a94064a3 authored over 2 years ago by slotThe <[email protected]>
XMonad.Layout.LayoutBuilderP: Remove

github.com/xmonad/xmonad-contrib - d28c0a242517e12eb6958d3ed27e5c2d94bbb16f authored over 2 years ago by slotThe <[email protected]>
XMonad.Hooks.ICCCMFocus: Remove

github.com/xmonad/xmonad-contrib - 6f49a9394f542a54fc70c82c0705df68bf5ed5eb authored over 2 years ago by slotThe <[email protected]>
XMonad.Layout.Navigation2D: Remove deprecations

github.com/xmonad/xmonad-contrib - 287b8bf95f0400b382a238b07e37c414d564a7c4 authored over 2 years ago by slotThe <[email protected]>
XMonad.Hooks.RestoreMinimized: Remove

github.com/xmonad/xmonad-contrib - 4a8bd762afd5c25df716d1e66201490761bddb70 authored over 2 years ago by slotThe <[email protected]>
XMonad.Prompt.Window: Remove deprecations

github.com/xmonad/xmonad-contrib - 6ab4d9c0bc1256f8d4892afcee97cce3b1b76890 authored over 2 years ago by slotThe <[email protected]>
XMonad.Layout.Spacing: Remove deprecations

github.com/xmonad/xmonad-contrib - d8a23d47bfbcb88678e7fe8b5d7af708aecf6024 authored over 2 years ago by slotThe <[email protected]>
XMonad.Actions.MessageFeedback: Remove deprecations

github.com/xmonad/xmonad-contrib - 16701c2df2990f92a9ffbb13e8532ce7e3f4d9e1 authored over 2 years ago by slotThe <[email protected]>
docs: Add additional external blog posts

This may seem a bit self-indulgent, but both of these features are
either quite new or so old th...

github.com/xmonad/xmonad-contrib - 24f11362c75a9e3a532d5fd48ee9de00a245f408 authored over 2 years ago by Tony Zorman <[email protected]>
Merge pull request #757 from slotThe/deprecate-sp

X.U.Scratchpad: Deprecate

github.com/xmonad/xmonad-contrib - a267fed24ff5bd3b0f2ee6d0e9fc40b06faa4dc5 authored over 2 years ago by Tony Zorman <[email protected]>
X.U.Run: Add findFile

github.com/xmonad/xmonad-contrib - a44df170f4cf8bab4ef568385390a5005434b4a7 authored over 2 years ago by Tony Zorman <[email protected]>
X.U.Run: Quote string in execute and eval

Ordinarily, this should already be the case. If for some reason it is
not, definitely make sure...

github.com/xmonad/xmonad-contrib - 2ebbe57bc2f59ab566c0466f78be6cba2647f096 authored over 2 years ago by Tony Zorman <[email protected]>
Update submodules

github.com/xmonad/xmonad-web - e8638ac00829611b75086401fa488337ef84c0ec authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
X.U.Scratchpad: Deprecate

This is i) broken and ii) just the functionality of X.U.NamedScratchpad
rewrapped (and not neces...

github.com/xmonad/xmonad-contrib - ea16598a78b243b96a989af095cfabdfdd61b49e authored over 2 years ago by Tony Zorman <[email protected]>
Merge pull request #421 from slotThe/expose-internals

Expose buildLaunch, sendRestart, and sendReplace

github.com/xmonad/xmonad - a2259bb3091429f4293d371e13fd5a2ee8da30db authored over 2 years ago by Tony Zorman <[email protected]>
X.U.Font: Add a fallback font to initXMF

In case a font could not be opened, simply fall back to "xft:monospace"
and open that. The init...

github.com/xmonad/xmonad-contrib - 4a3f8eb032d1d48e707fbf9de25f26c348adff00 authored over 2 years ago by Tony Zorman <[email protected]>
Bump version to 1.10.3.9 and prepare CHANGES.md sections

We need to bump the version early to avoid overwriting
https://xmonad.github.io/xmonad-docs/X11-...

github.com/xmonad/X11 - 55829ab223bc924de81493681992dd1c75edf030 authored over 2 years ago by Tomas Janousek <[email protected]>
Bump version to 1.10.3

github.com/xmonad/X11 - da9295f8b9d7768a836b5b9dca1b554f8ad1a047 authored over 2 years ago by Tomas Janousek <[email protected]>
Merge pull request #754 from Quoteme/master

made borderresize take a parameter

github.com/xmonad/xmonad-contrib - b0fc55499d1658f17a565a53743944ccad97c239 authored over 2 years ago by Tony Zorman <[email protected]>
X.L.BorderResize: Add borderResizeNear

TODO
The parameter is how many pixels near the border of a window resizing
will be possible

github.com/xmonad/xmonad-contrib - ae652b40f498b753fd2dcddb63475f2c97fd70aa authored over 2 years ago by Luca Leon Happel <[email protected]>
news: Fix broken anchor link in xmonad-0-17-1

github.com/xmonad/xmonad-web - c05c1602e9050d1f116db11684e65140645260d4 authored over 2 years ago by Tomas Janousek <[email protected]>
Partially revert "Makefile: Prefer Ruby 2.7 if available"

Ruby 3.0 works now with "webrick" as a dependency, so there's no need to
prefer 2.7 over 3.0.
Se...

github.com/xmonad/xmonad-web - a2039f280919995a9681bee0f84219c779880670 authored over 2 years ago by Tomas Janousek <[email protected]>
Expose buildLaunch, sendRestart, and sendReplace

+ Move sendRestart and sendRestart to X.Operations, as this seems like a
better fit.

Closes: ...

github.com/xmonad/xmonad - 3d8238b35d0f27dcd9b23c58ea33b5772ec909e9 authored over 2 years ago by Tony Zorman <[email protected]>
Update submodules

github.com/xmonad/xmonad-web - a074587ec847e5842c796ecd8022cc74f2f41bb2 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
TUTORIAL: Add separators for < 0.17.0 instructions

At least one of the instructions spans multiple paragraphs, which makes
it difficult to make out...

github.com/xmonad/xmonad - fd9de8903f39b7b85abc6083e5f936aa5db20aca authored over 2 years ago by Tony Zorman <[email protected]>
TUTORIAL: Remove ewmhFullscreen from < 0.17.0 instructions

This is a new function in 0.17.0, despite it being around for a long
time.

github.com/xmonad/xmonad - fb1f33258e1481214c009a7283d5c89d69212467 authored over 2 years ago by Tony Zorman <[email protected]>
Merge pull request #751 from slotThe/x.d.extending/round-two

X.D.Extending: Round Two

github.com/xmonad/xmonad-contrib - 8a6542f6b36d696a1e1eef177bc08e073fc50467 authored over 2 years ago by Tony Zorman <[email protected]>
X.D.Extending: Rewrite keyDel

Nowadays, removing keys is mostly done via removeKeys and removeKeysP,
so the documentation shou...

github.com/xmonad/xmonad-contrib - cedb8d7c785f1e0be52ed8ce21f9f57441c2ce47 authored over 2 years ago by Tony Zorman <[email protected]>
X.D.Extending: Remove keyAddDel and logHook

+ $keyAddDel can just be a side note in $keyDel, it does not need its
own section.

+ $logHook...

github.com/xmonad/xmonad-contrib - 5378e93e15beed542be214818faca7da228959cd authored over 2 years ago by Tony Zorman <[email protected]>
X.D.Extending: Update hooks

+ Refer to X.H.StatusBar whenever possible at the start.
+ Fix some small typos throughout the m...

github.com/xmonad/xmonad-contrib - 9809b2013ff35345bd24f346d1d9e55659c456db authored over 2 years ago by Tony Zorman <[email protected]>
X.D.Extending: Add links to headings

This is more ergonomic to use than the old-style headings; plus, the
generated Haddock is easier...

github.com/xmonad/xmonad-contrib - 9b6bef7e9dc0d51f3407441826c5c0fda616ffa0 authored over 2 years ago by Tony Zorman <[email protected]>
Merge pull request #70 from xmonad/sponsors-update

data: Update sponsors

github.com/xmonad/xmonad-web - f3c472d0efc67440ff46d06bc74be6a61ebe1e29 authored over 2 years ago by Tony Zorman <[email protected]>
Update submodules

github.com/xmonad/xmonad-web - fd3f41898ad2ac381cae58e63419873ee04f013d authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
data: Update sponsors

github.com/xmonad/xmonad-web - e84f867835bf7cf59be78762d7ba0bdacca8ef6b authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
NIX.md: Suggest a recent revision of GHC 9.2

Lest anyone run into https://github.com/xmonad/xmonad/issues/389.

github.com/xmonad/xmonad-contrib - fd5970fb34264579c491b6275bb57459f6049d63 authored over 2 years ago by Tony Zorman <[email protected]>
Merge pull request #750 from LSLeary/nixflake

Fixes and Workarounds in flake.nix, Documentation in NIX.md

github.com/xmonad/xmonad-contrib - b0ca330d081e4fc22262a176c36d06dc6d1e24ec authored over 2 years ago by Tony Zorman <[email protected]>
Merge pull request #420 from LSLeary/nixflake

Fixes and Workarounds in flake.nix

github.com/xmonad/xmonad - d0f12af1ae4d694e86e6051d636e124284b3404c authored over 2 years ago by Tony Zorman <[email protected]>
flake.nix:

* Support comp.nix.
* Re-order overlays and modules dependency-last for sanity.
* Re-export...

github.com/xmonad/xmonad-contrib - edf8e2526dd368f6d9d5d319fd0d039b65c7bb64 authored over 2 years ago by L. S. Leary <[email protected]>
flake.nix:

* Avoid mangling unused parts of pkgs.haskell in `fromHOL`.
* Create 'defComp', specifying th...

github.com/xmonad/xmonad - df6b40c980f5d0e7d000ce43e69f212e6149df5b authored over 2 years ago by L. S. Leary <[email protected]>