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: Cabal install packdeps outside of project dir

Invoking cabal in the project directory with a cabal.project file might
fail on unrelated depend...

github.com/xmonad/xmonad - c2aeaffc03c99ab8a771b4485c897ab8f7c2b24b authored over 1 year ago by Tomas Janousek <[email protected]>
ci: Unpin runner in hlint workflow; bump hlint to 3.5

hlint 3.5 is built against libtinfo6 and works on Ubuntu 22.04 without
needing to install libtin...

github.com/xmonad/xmonad - b59473b016b1aae88f3f057e6de0b6f7d6d45194 authored over 1 year ago by Tomas Janousek <[email protected]>
ci: Pin runner in hlint, nix workflows to ubuntu-20.04

Both are now broken with ubuntu-22.04. Nix:

error: could not set permissions on '/nix/var/n...

github.com/xmonad/xmonad - 7f95f5ef072f3721e2812c0f423461f5f9fbe9fd authored over 1 year ago by Tomas Janousek <[email protected]>
ci: Drop support for GHC 8.4

Debian stable is not on 8.6, which was always our guide as to which GHC
versions we want to supp...

github.com/xmonad/xmonad - a16541b834b5b90762f9ee0e81e6c92d8bc3e4af authored over 1 year ago by Tony Zorman <[email protected]>
ci: Update to GHC 9.2.5

+ A new stackage LTS is out with GHC 9.2.5, so test for this.
+ Update the haskell-ci jobs accor...

github.com/xmonad/xmonad - 202fecf7bab8e49025bfa8d5d6f91bf11858e837 authored over 1 year ago by Tony Zorman <[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 - 98e5d1583d73681955a841cc80a080d15560269c authored over 1 year 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 - dd1e02555e8b482b6a1f4644a13c61bf7258086b authored over 1 year ago by Tomas Janousek <[email protected]>
ci: Bump haskell-ci

github.com/xmonad/xmonad - 2324d2120233e18221503b46be081a2d78049f39 authored over 1 year 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 - 4806b51a23f394fcdd90a702dfa25decaacf340a authored over 1 year 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 - 4931bc4e418c49c5d441277f3bcecc906c4f4699 authored over 1 year 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 - 572d02d8e87587ed36e4c4d8944f3614927a0298 authored over 1 year 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 - dc48e9e9c9698056b5c78f0e5a9f5a352be9bb78 authored over 1 year 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 - f53db042856fb7e8ef1bf142a67aed2245b667fa authored over 1 year 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 - 67267b73463d2343be39563e0203d93f85e36ad7 authored over 1 year 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 - f2c9c75f671d6c49f633f73a0be03f2b2579676b authored over 1 year ago by Tomas Janousek <[email protected]>
Merge pull request #768 from liskin/fullscreen-hooks

Add (un)fullscreen hooks and float-restoring toggleFullFloat action

github.com/xmonad/xmonad-contrib - 673de11ca876a4a58cae3a4d52e36260f66aa6cc authored over 1 year ago by Tomáš Janoušek <[email protected]>
CHANGES: Document X.A.ToggleFullFloat and setEwmhFullscreenHooks

github.com/xmonad/xmonad-contrib - 02bd9eb0c07eb3a43888aea0925eed1651c93a57 authored over 1 year ago by Tomas Janousek <[email protected]>
X.H.EwmhDesktops: Add (un)fullscreen hooks

Fairly straightforward, just add two hooks for (un)fullscreening. There
are multiple motivations...

github.com/xmonad/xmonad-contrib - 2dcc3a92e70c34d5be42e38a9a09588085718cff authored over 1 year ago by Tomas Janousek <[email protected]>
Add X.A.ToggleFullFloat - state-remembering fullscreen hooks

Fixes: https://github.com/xmonad/xmonad-contrib/issues/456
Related: https://github.com/xmonad/xm...

github.com/xmonad/xmonad-contrib - d86f9ade22b7c475b22026b7e8a4bfe2c087bcc3 authored over 1 year ago by Tomas Janousek <[email protected]>
Update submodules

github.com/xmonad/xmonad-web - 7e1bcef77992d4e44e66e9c6b759b89993d956a8 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
stack: Bump resolver to lts-20.16

We test against 9.2.7 now, so we should make our stack config reflect
that—plus, it's more conve...

github.com/xmonad/xmonad-contrib - 815a595b46fed095f61a7042935646faf6ca1de6 authored over 1 year ago by Tony Zorman <[email protected]>
stack: Bump resolver to lts-20.16

We test against 9.2.7 now, so we should make our stack config reflect
that—plus, it's more conve...

github.com/xmonad/xmonad - 1364ee4b1f2492c2031f001d7b6fd208f01e7491 authored over 1 year ago by Tony Zorman <[email protected]>
ci: Bump 9.2 and 9.4 minor versions

The stack CI already tests against 9.2.7 instead of 9.2.5 (as the cabal
file said), since we jus...

github.com/xmonad/xmonad - a17fa0d28bd271620e70b9f3ded0a2a9e13e7f16 authored over 1 year ago by Tony Zorman <[email protected]>
ci: Bump 9.2 and 9.4 minor versions

The stack CI already tests against 9.2.7 instead of 9.2.5 (as the cabal
file said), since we jus...

github.com/xmonad/xmonad-contrib - 1d84db959ca8ea04f64d8451cfe065c2bb17958b authored over 1 year ago by Tony Zorman <[email protected]>
ci: Test against GHC 9.6.1

+ Regenerate haskell-ci and adjust relevant patches.
- Remove haskell-ci-dependabot.patch, as ...

github.com/xmonad/xmonad - b394435443653f4d98bd387e8714eff9993d3148 authored over 1 year ago by Tony Zorman <[email protected]>
X.Prompt: Alias C-m to RET in Emacs/Vim bindings

Both programs interpret C-m as RET, so the prompt should reflect this as
well.

github.com/xmonad/xmonad-contrib - f127f71c914a6c47762c7fb317c6b926fa7bb18f authored over 1 year ago by Tony Zorman <[email protected]>
X.Prompt: Factor out how to accept the current selection

github.com/xmonad/xmonad-contrib - fb63987ac89c0fc7b7a006e74793bc7980edc112 authored over 1 year ago by Tony Zorman <[email protected]>
Fix compatibilities with unix 2.8.0.0

The version of unix removes the 3rd Maybe FileMode argument of openFd,
so we need to handle this...

github.com/xmonad/xmonad - faf5cf7b273705134886f08870a380eef828c96b authored over 1 year ago by a5ob7r <[email protected]>
Fix compatibilities with mtl 2.3.1

No longer the version of mtl re-exports Control.Monad, Control.Monad.Fix
and Data.Monoid modules...

github.com/xmonad/xmonad - 9d0fd62cb281c7ed4da7b41bf6d2214990d2c81c authored over 1 year ago by a5ob7r <[email protected]>
ci: Test against GHC 9.6.1

+ Regenerate haskell-ci and adjust relevant patches.
- Remove haskell-ci-dependabot.patch, as ...

github.com/xmonad/xmonad-contrib - 635711e994a2aad75fe70dc148e9232d1f86e608 authored over 1 year ago by Tony Zorman <[email protected]>
CI: Fix build with mtl-2.3.1

Technically, contrib still does not build with stack, as it forces
xmonad-0.17.0, while only HEA...

github.com/xmonad/xmonad-contrib - 4929da0eac4e1f477b0f77ef6fd60ce615ccb650 authored over 1 year ago by Tony Zorman <[email protected]>
Merge pull request #81 from xmonad/sponsors-update

data: Update sponsors

github.com/xmonad/xmonad-web - 69e871a593c3835ad862fb8ec244a399c2f32bd6 authored over 1 year ago by Tony Zorman <[email protected]>
data: Update sponsors

github.com/xmonad/xmonad-web - f8589f45611344654437cd30ebf2731b274d944c authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Merge pull request #80 from xmonad/sponsors-update

data: Update sponsors

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

github.com/xmonad/xmonad-web - dd4bb65392a6388613a6820b9001c74725a4b8ee authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Update submodules

github.com/xmonad/xmonad-web - bc125d11f3391ea993192bafb0d30e23b2117365 authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Merge pull request #441 from Equwece/suggest-to-use-ghcup

Suggest GHCup more intensively in INSTALL.md

github.com/xmonad/xmonad - 386d4e6295f143fb4912b3f6bb90de28626b24a7 authored almost 2 years ago by Tony Zorman <[email protected]>
INSTALL: Suggest to use ghcup more intensively

Closes: https://github.com/xmonad/xmonad/issues/373

github.com/xmonad/xmonad - ea295dabcce10fa9df0241340daabd0410a19083 authored almost 2 years ago by Equwece <[email protected]>
Merge pull request #79 from slotThe/post/sponsors-update

posts: Add sponsors-update

github.com/xmonad/xmonad-web - 43b3a408165862c19e52148ef951df8580a18d83 authored almost 2 years ago by Tony Zorman <[email protected]>
posts: Add sponsors-update

github.com/xmonad/xmonad-web - de8b72ceb3582382daed7ad7ce0ae83e08b7b45d authored almost 2 years ago by Tony Zorman <[email protected]>
Merge pull request #78 from xmonad/sponsors-update

data: Update sponsors

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

github.com/xmonad/xmonad-web - c72ebb1deb50edc268d697798e49a892224caf5c authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Update submodules

github.com/xmonad/xmonad-web - b53d6f21f31234c19ec77ed5c2bc369d5009e86c authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Merge pull request #804 from xmonad/dependabot/github_actions/cachix/install-nix-action-20

build(deps): bump cachix/install-nix-action from 19 to 20

github.com/xmonad/xmonad-contrib - e60805bd45ca2feb9ef3335d023daae5d02dbf4f authored almost 2 years ago by Tony Zorman <[email protected]>
build(deps): bump cachix/install-nix-action from 19 to 20

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 19 to 20.
-...

github.com/xmonad/xmonad-contrib - 49edaf37fd185f347a15451d4ea252c1a10f96f5 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #440 from xmonad/dependabot/github_actions/cachix/install-nix-action-20

build(deps): bump cachix/install-nix-action from 19 to 20

github.com/xmonad/xmonad - 4b3e5e0d0771784b1ae009e029ce28c90a8e9c90 authored almost 2 years ago by Tony Zorman <[email protected]>
build(deps): bump cachix/install-nix-action from 19 to 20

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 19 to 20.
-...

github.com/xmonad/xmonad - 4b2107a07acb3f6449367f00b32d0ea79243c8d8 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
data: Update sponsors

github.com/xmonad/xmonad-web - 2257e511bae2c3feaa5c7ca47351c34188ab31c7 authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Merge pull request #802 from geekosaur/801-dynamicLogString

`dynamicLogString` forces its result and recovers

github.com/xmonad/xmonad-contrib - 5324f535019f1d96d92c4535dce61774bad81d52 authored almost 2 years ago by Tomáš Janoušek <[email protected]>
`dynamicLogString` forces its result and recovers

Originally, `dynamicLogString` could have a bottom hidden in it and
thereby crash the `logHook`....

github.com/xmonad/xmonad-contrib - 4a97716d5994d7c873f918c1af6c9948ab57e888 authored almost 2 years ago by brandon s allbery kf8nh <[email protected]>
X.P.OrgMode: Simplify refile

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

github.com/xmonad/xmonad-web - 82835b58cd1137c840760e41f2433a34b0fc8772 authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Merge pull request #800 from 1in1/master

Add loggers for window classname

github.com/xmonad/xmonad-contrib - 1bcdbc9072df792b1c8e9581c37188a337508b34 authored almost 2 years ago by Yecine Megdiche <[email protected]>
Merge pull request #439 from xmonad/dependabot/github_actions/cachix/install-nix-action-19

build(deps): bump cachix/install-nix-action from 18 to 19

github.com/xmonad/xmonad - 3ae5f4605283b60525dd007b752bbbe9346d9ad9 authored almost 2 years ago by Tony Zorman <[email protected]>
build(deps): bump cachix/install-nix-action from 18 to 19

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 18 to 19.
-...

github.com/xmonad/xmonad - f734f19c1acee8c9efa20a8c8b282e92c8f6e0a5 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
add loggers for window classname

github.com/xmonad/xmonad-contrib - 2dd3c614e2442eba252325f4255435834f944b2d authored almost 2 years ago by l <[email protected]>
Merge pull request #784 from LSLeary/focus-tracking

Extract redundant layouts into new module: X.L.FocusTracking

github.com/xmonad/xmonad-contrib - 6b19388139c591990f8fbeaefaf74a54260c97b4 authored almost 2 years ago by Leary <[email protected]>
Extract redundant layouts into new module: X.L.FocusTracking

X.L.StateFull's `FocusTracking` and the eponymous `TrackFloating` were
redundant, hence the form...

github.com/xmonad/xmonad-contrib - a52e646cc1406515ce9b67bc738b32307c3017c3 authored almost 2 years ago by L. S. Leary <[email protected]>
Update submodules

github.com/xmonad/xmonad-web - 25ac7b4ce7cffa28aa09e5c216930822dfd8daf9 authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
download: Update NetBSD URL

https://pkgsrc.se/ is no more.

github.com/xmonad/xmonad-web - 39f4a4818f2ed34f86d147dac3384444b782e5d0 authored almost 2 years ago by Tomas Janousek <[email protected]>
TUTORIAL: Update xmobar URL

https://xmobar.org/ is no more.

github.com/xmonad/xmonad - 391c0fc0c939d5a6aaa50448271c757f772d140c authored almost 2 years ago by Tomas Janousek <[email protected]>
Config modifiers `infixl 4` so you can use `(++)`

github.com/xmonad/xmonad-contrib - 29f0e03256e5ceaccd0bb15ee7b5b3747a544763 authored almost 2 years ago by brandon s allbery kf8nh <[email protected]>
build(deps): bump cachix/install-nix-action from 18 to 19

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 18 to 19.
-...

github.com/xmonad/xmonad-contrib - 726e8872394e66883bdd1af1edc55273f4d8f365 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
download: Drop trailing comma

github.com/xmonad/xmonad-web - 10fd6261f6f6cba36a76d65b31b49064afda4ea0 authored almost 2 years ago by Tomas Janousek <[email protected]>
Tidy up long lists

Break long lists into several columns, such that one does not have to
scroll as much.

github.com/xmonad/xmonad-web - cc3423f634008cdfb6002076f3ac88e039e81b77 authored almost 2 years ago by Tony Zorman <[email protected]>
Merge pull request #796 from slotThe/fix/named-actions/key-overwriting

X.U.NamedActions: Do not discard all keybindings in addDescrKeys

github.com/xmonad/xmonad-contrib - 6fba80168df60d8a151515601f046a22cf9efbf5 authored almost 2 years ago by Tony Zorman <[email protected]>
X.U.NamedActions: Do not discard all keybindings in addDescrKeys

Discarding keybindings may yield unintended behaviour when keybindings
are added via combinators...

github.com/xmonad/xmonad-contrib - 90f4a96f933a8ecc014b6def54fb929ee9e73e49 authored almost 2 years ago by Tony Zorman <[email protected]>
Merge pull request #794 from slotThe/ezconfig/remapkeysp

X.U.EZConfig: Add remapKeysP

github.com/xmonad/xmonad-contrib - 33c1e242881ea269e67d23674f8cb3fee168b966 authored almost 2 years ago by Tony Zorman <[email protected]>
X.U.NamedScratchpad: Fix typo in exclusive docs

Fixes: https://github.com/xmonad/xmonad-contrib/commit/f059829f03195bb22e4345a2a8a3c8ad5dc0a632

github.com/xmonad/xmonad-contrib - 49904ec4d3a7ca4021a0f4078d1e15be4526fc93 authored almost 2 years ago by Tony Zorman <[email protected]>
Merge pull request #795 from TheMC47/feat/start-sbs

X.H.StatusBar: Added startAllStatusBars

github.com/xmonad/xmonad-contrib - 339dbbf2fd95f3fe23bb31dcddd4b9713ce6110f authored almost 2 years ago by Tony Zorman <[email protected]>
X.H.StatusBar: Added startAllStatusBars

github.com/xmonad/xmonad-contrib - 6caba97b34a2fe010748da430469095f49cd6a20 authored almost 2 years ago by Yecine Megdiche <[email protected]>
build(deps): bump filiph/linkcheck from 2.0.23 to 3.0.0

Bumps [filiph/linkcheck](https://github.com/filiph/linkcheck) from 2.0.23 to 3.0.0.
- [Release n...

github.com/xmonad/xmonad-web - 6c651333d940a0da98749515628b07d125694ad1 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
X.U.EZConfig: Add remapKeysP

github.com/xmonad/xmonad-contrib - 0afbbf9129ccc27140654a940b5f0ce93f7c58ec authored almost 2 years ago by Tony Zorman <[email protected]>
X.A.Search: Export noogle

Fixes: 7665b67ff4f90343324ad11618324892a902b184

github.com/xmonad/xmonad-contrib - df1fc2d33408e96a347da54dc86ca28cec44a308 authored almost 2 years ago by Tony Zorman <[email protected]>
X.A.Search: Add noogle

github.com/xmonad/xmonad-contrib - 7665b67ff4f90343324ad11618324892a902b184 authored almost 2 years ago by Tony Zorman <[email protected]>
Merge pull request #766 from LSLeary/repeatable

Factor X.A.Cycle* modules; Write Alt+Tab style window switching

github.com/xmonad/xmonad-contrib - a790c816d247a8909ba2e8d51c1de800c6b3ffb7 authored almost 2 years ago by Tony Zorman <[email protected]>
Write new module: X.A.MostRecentlyUsed

github.com/xmonad/xmonad-contrib - b9263ad17eb98127d8fe1f7e58f228b45fb281a8 authored almost 2 years ago by L. S. Leary <[email protected]>
Write new module: X.U.History

github.com/xmonad/xmonad-contrib - 8f0912a6746df22300e5a575f28d73a5ceaa6250 authored almost 2 years ago by L. S. Leary <[email protected]>
Factor shared logic out of X.A.Cycle* modules

These modules were duplicating a substantial amount of low-level code.

`X.A.CycleWorkspaceByScr...

github.com/xmonad/xmonad-contrib - dd7855da3d1c8982129d8273ae0c38ad53a2f79d authored almost 2 years ago by L. S. Leary <[email protected]>
X.A.VisualSubmap: Fix example

github.com/xmonad/xmonad-contrib - e85f0151b2a00db3f5969b0255f142e9f32b6e6d authored almost 2 years ago by Tony Zorman <[email protected]>
configurations: Fix typo

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

github.com/xmonad/xmonad-web - 9badd5e6e1519c7a08a529585f55bbb2b246fbe5 authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Merge pull request #792 from TheMC47/master

README: update badge URLs

github.com/xmonad/xmonad-contrib - 840d74036637a673c5f9b839517a3c8f643020a5 authored almost 2 years ago by Tony Zorman <[email protected]>
Merge pull request #437 from TheMC47/master

README: update badge URLs

github.com/xmonad/xmonad - 5ecdf7591d4f4bc3e44571326e66dfe895393a20 authored almost 2 years ago by Tony Zorman <[email protected]>
README: update badge URLs

See https://github.com/badges/shields/issues/8671

github.com/xmonad/xmonad - 301428e5dfa5bb6698e4cb25c16a0f164f2b2418 authored almost 2 years ago by Yecine Megdiche <[email protected]>
README: update badge URLs

See https://github.com/badges/shields/issues/8671

github.com/xmonad/xmonad-contrib - a5bd5d96cac743f01738af8f846e046cb5dc85ae authored almost 2 years ago by Yecine Megdiche <[email protected]>
Merge pull request #791 from pbrisbin/pb/desktop-viewport

Add EWMH configuration to not set _NET_DESKTOP_VIEWPORT

github.com/xmonad/xmonad-contrib - 4e8857ecee2100c58c240ff988facb289308a5fb authored almost 2 years ago by Tony Zorman <[email protected]>
X.H.EwmhDesktops: Add disableEwmhManageDesktopViewport

This combinator forces XMonad to *not* set _NET_DESKTOP_VIEWPORT.

This information is picked up...

github.com/xmonad/xmonad-contrib - cf13f8f9a7acddc1134be3f71097633def1476a8 authored almost 2 years ago by patrick brisbin <[email protected]>
Update submodules

github.com/xmonad/xmonad-web - 448788a21363bcfb1359f0cebbd92d811dd87d78 authored almost 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
ci: Unpin runner in hlint workflow; bump hlint to 3.5

hlint 3.5 is built against libtinfo6 and works on Ubuntu 22.04 without
needing to install libtin...

github.com/xmonad/xmonad - 63f73e18f94cb70e759bab9ccce04fcf9f8c2178 authored almost 2 years ago by Tomas Janousek <[email protected]>
Apply hlint 3.5 hints

github.com/xmonad/xmonad-contrib - 6b20dbca42f276799bc61ea6b9f2ba6fc65d9e09 authored almost 2 years ago by Tomas Janousek <[email protected]>
ci: Unpin runner in hlint workflow; bump hlint to 3.5

hlint 3.5 is built against libtinfo6 and works on Ubuntu 22.04 without
needing to install libtin...

github.com/xmonad/xmonad-contrib - e2ffa533da76e6375179eff942bb0647dd22fb58 authored almost 2 years ago by Tomas Janousek <[email protected]>
Update CHANGES.md

Mention f7e9c0cf0d0584be1b586041580c7ec8d8d57647

github.com/xmonad/xmonad-contrib - 6117a867d984f97fb689eca986eff2989b2fe069 authored almost 2 years ago by Tony Zorman <[email protected]>
X.L.ResizableThreeColumns: Change terminology

For everything, except the exported fields. Perhaps we should change
these as well, but that's ...

github.com/xmonad/xmonad-contrib - e0be85107416b6bb59980f63194d563bff3fd400 authored almost 2 years ago by Tony Zorman <[email protected]>
X.L.ResizableThreeColumns: Fix bottom right window not resizing

...by introducing yet another special case. Unsurprisingly, this is
just a bandaid—the logic in...

github.com/xmonad/xmonad-contrib - f7e9c0cf0d0584be1b586041580c7ec8d8d57647 authored almost 2 years ago by Tony Zorman <[email protected]>
Merge pull request #785 from geekosaur/debugwindow-fix-netwm

fix EWMH titles

github.com/xmonad/xmonad-contrib - 55855ccb5fb125200385922f411285b7282af686 authored almost 2 years ago by Tony Zorman <[email protected]>
remove references to `baseConfig`

that's from my private config and has no referent here

github.com/xmonad/xmonad-contrib - 4df20361876aea517b051b76d7d80cbb364c97e4 authored about 2 years ago by brandon s allbery kf8nh <[email protected]>
fix EWMH titles

I have no idea what I was thinking when I wrote that code.
While at it, just reused the code for...

github.com/xmonad/xmonad-contrib - 4998e946ccbbcf30f0cd9b42e7864a682b5af2d5 authored about 2 years ago by brandon s allbery kf8nh <[email protected]>
Swap green and blue in Storable XRenderColor

github.com/xmonad/X11-xft - fd49967ce91876e56f1792bbb9b0a6507fbcbb0a authored about 2 years ago by Vladislav <[email protected]>
Update submodules

github.com/xmonad/xmonad-web - 0985eb5a5c7614b8b8d3e0e29120b7e38e647728 authored about 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>