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
Since users should not use these functions, anyways, separating them out
seems like a good idea....
github.com/xmonad/xmonad-contrib - bc2aaf41afc723f876e8c7347535b36459321aaa authored almost 3 years ago by slotThe <[email protected]>
github.com/xmonad/xmonad-contrib - 4c350b9a65a8c1adf5584d5ccbbdb8668ed6a700 authored almost 3 years ago by slotThe <[email protected]>
Instead of using the scratchpads that the user specifies (as this will
realistically just be "al...
+ Do not include a specific version number in the query (right now, for
example, 20.09 does no...
Add missing FocusChangeEvent
github.com/xmonad/X11 - 0a7e83b77d77cc1c9b8f5b425930bfec7e66b151 authored almost 3 years ago by Tony Zorman <[email protected]>Have `X.U.SpawnOnce` point to `X.U.SessionStart`
github.com/xmonad/xmonad-contrib - 0f788a9d926cd75651588aeda746993f0fcbf442 authored almost 3 years ago by Tony Zorman <[email protected]>Just a simple doc change, but should make `X.U.SessionStart` more discoverable.
Closes #696.
github.com/xmonad/xmonad-contrib - fad141199565bc2c37960518ca9d173ef5015f48 authored almost 3 years ago by brandon s allbery kf8nh <[email protected]>Fix typo on the 'XMonad.Hooks.Rescreen' doc
github.com/xmonad/xmonad-contrib - 8693654bdd5250437f18c208cc41fd55813bd2da authored almost 3 years ago by Tony Zorman <[email protected]>github.com/xmonad/xmonad-contrib - 9128342f25b6119c5e1f869d6ebf1ed0dd36c997 authored almost 3 years ago by a5ob7r <[email protected]>
github.com/xmonad/X11 - 4d95d451a97a63bf1294757c2734dcce38f17456 authored almost 3 years ago by sjc <[email protected]>
We do not ship the nix flake in the release tarball, so it does not make
sense to include NIX.md...
Ruby 3.0, which is now default in Debian (and likely many other
distros), isn't officially suppo...
github.com/xmonad/xmonad-web - 116c2fee7965f1c2db62020e4061856ff8708428 authored almost 3 years ago by slotThe <[email protected]>
github.com/xmonad/xmonad-web - e0a4e003e3caebeb976457954a9d2be21261a71f authored almost 3 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Mostly capitalising names that ought to be capitalised.
github.com/xmonad/xmonad - c2904425e9420f8e870993cdee9165287c67c413 authored almost 3 years ago by slotThe <[email protected]>github.com/xmonad/xmonad-web - 1e4147a547bf512a401aa6db69adf4e1a70a9179 authored almost 3 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Since things like `ncurses-libtinfo` are needed due to [1], it makes
sense to have all dependenc...
Fixes: https://github.com/xmonad/xmonad-contrib/issues/530
github.com/xmonad/xmonad-contrib - dcd5918d3a689fa8d7789987f8f9b91a88fb68c6 authored almost 3 years ago by slotThe <[email protected]>Provide a mechanism by which users can customize the nix devShell
github.com/xmonad/xmonad-contrib - 974c10dca762a15b10a41cb3bb01401175fcf6c4 authored almost 3 years ago by Tony Zorman <[email protected]>github.com/xmonad/xmonad-contrib - f1ea1e533d431135b156a2e30a655427a7988a74 authored almost 3 years ago by Ivan Malison <[email protected]>
There are multiple ways one could use XMonad with nix, so a separate
file for documenting all of...
Add XMonad.Hooks.ShowWName
github.com/xmonad/xmonad-contrib - ca25b36aa0397043207eb75aff0ebeb6d3e1af62 authored almost 3 years ago by Tony Zorman <[email protected]>
This is a reimplementation of X.L.ShowWName as a logHook, using the new
simpleWindow interface f...
Export `WindowScreen` type and add a new module: `X.H.WorkspaceScreen`
github.com/xmonad/xmonad-contrib - 6a46ff449fd21d7a5e0e8bf4c7fee726c6f87289 authored almost 3 years ago by Yecine Megdiche <[email protected]>
In a multi-head setup, it might be useful to have screen information of the
visible workspaces c...
`WindowScreen` is a type synonym for the specialized `Screen` type, that
results from the `Windo...
X.H.ManageDocks: Avoid unnecessary refresh (loop) for decorations
This started as an investig...
github.com/xmonad/xmonad-contrib - d2b174f2697f9e4cda1f97d57206a66f62326fe2 authored almost 3 years ago by Tomáš Janoušek <[email protected]>
Windows created by X.U.XUtils.createNewWindow have _NET_WM_WINDOW_TYPE =
_NET_WM_WINDOW_TYPE_DES...
We don't need to support GHC 6.8.2 any more. :-)
github.com/xmonad/xmonad-contrib - a6c048899c15f33542c1dc03d79cbaa169870730 authored almost 3 years ago by Tomas Janousek <[email protected]>
This started as an investigation/fix of xmonad freezing when a bug in
X.A.DynamicWorkspaces caus...
github.com/xmonad/xmonad-contrib - e98d666447061b85394f7bc8f1eca82f6c222fcb authored almost 3 years ago by slotThe <[email protected]>
github.com/xmonad/xmonad-web - 21c748500bbe61d122efb1f5139b68295fc40549 authored almost 3 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Clarify what needs to be done with CHANGES.md
* Early release announcement preparation
X.U.EZConfig: Add property tests
github.com/xmonad/xmonad-contrib - ee3ea2402dee7876eccb32fc8a83bb2f3d3198bc authored almost 3 years ago by Tony Zorman <[email protected]>
Adds property tests in both directions for the parser in X.U.EZConfig.
As with the tests for X.P...
The keysymToString function prints the key names in pure ASCII; e.g.,
`keysymToString 250` retur...
Instead of printing "M- S- C-", print "M-S-C".
github.com/xmonad/xmonad-contrib - e6b50c5dd6f6d9411846ace54a2a5a8b3b56dae7 authored almost 3 years ago by slotThe <[email protected]>X.{A.{{Grid,Tree}Select,Submap},Prompt}: KeyPress handling fixes
github.com/xmonad/xmonad-contrib - 493b6adbc4cfbe2d805ce9c8b7074dceb5e799b5 authored almost 3 years ago by Tomáš Janoušek <[email protected]>github.com/xmonad/xmonad-contrib - 1b728ff96ab630fc4c574ad560f5ec34a9f238d7 authored almost 3 years ago by Tomas Janousek <[email protected]>
This changes KeyPress handling in these modules to behave much closer to
how xmonad core itself ...
This replaces the custom `cleanMask` extension in these modules—which
only filtered out XKB grou...
We didn't clean XKB group bits out of the KeyPress events' state so key
bindings only worked in ...
This way a single failing hook won't disturb other hooks (not just
rescreen hooks, also other ev...
There's no reason (other than me forgetting to update the docs when
these add-Hooks were added) ...
X.A.Submap: Add `visualSubmap`
github.com/xmonad/xmonad-contrib - a49b66427686792bdbe35fa875b1fcd93d1db6aa authored almost 3 years ago by Tony Zorman <[email protected]>
Add a `visualSubmap` function, which works much like the regular
`submap` one, except that it vi...
This technically introduces a regression with regards to the way that
modifier masks are printed...
Adds several new functions and type for manipulating "simple windows".
There are several ways t...
github.com/xmonad/xmonad-contrib - 86b816ec5046ec09b911d48df282b7039a201dfc authored almost 3 years ago by slotThe <[email protected]>github.com/xmonad/xmonad-web - dd88660a494ec60b6f8fd07d3f1bfd735bca0bb6 authored almost 3 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Un-export trivial/useless definitions and adapt the generic versions of
trayerPaddingXmobarEvent...
github.com/xmonad/xmonad-contrib - d71856431acf44637bab5a7b4086872f9eb8b94e authored almost 3 years ago by Tomas Janousek <[email protected]>
X.L.VoidBorders: Add ability to reset borders for certain layouts
github.com/xmonad/xmonad-contrib - ae9b9c43a47bc163b53ca4699bee8dbb6e9999e5 authored almost 3 years ago by Tomáš Janoušek <[email protected]>github.com/xmonad/xmonad-contrib - c4d718be9aae34ebc125939a88363eb73767ac48 authored almost 3 years ago by Tomas Janousek <[email protected]>
github.com/xmonad/xmonad - 906b9d34b3e272ffbeaa2497ce09131d4a203515 authored almost 3 years ago by Tomas Janousek <[email protected]>
github.com/xmonad/xmonad - c537a0658a3b9ec25cb1ce108d3cdd3dce27f111 authored almost 3 years ago by Tomas Janousek <[email protected]>
github.com/xmonad/xmonad-web - 4e68332754730783ee0717f914478db9a7cfcd11 authored almost 3 years ago by Tomas Janousek <[email protected]>
github.com/xmonad/xmonad-contrib - a3012eaa279caa7dd0489787edfa530ec35daea7 authored almost 3 years ago by rayes <[email protected]>
data: Update sponsors
github.com/xmonad/xmonad-web - 6bafd6497e477742a27a04c4a4a361d265bb72ec authored almost 3 years ago by Tomáš Janoušek <[email protected]>github.com/xmonad/xmonad-web - ce37f616f86b0f63ae322b1ded5a602ba36061f0 authored almost 3 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
(The sponsorshipsAsMaintainer API wasn't there when this was first
written.)
Instead of hand-written functions, just use what's already provided by
filepath.
The implementation is exactly the same, just that this function is now
in base, so there should ...
github.com/xmonad/xmonad-web - 7418c4f6b7a0d0075b4a0e251d5b82ae7acd56ae authored almost 3 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
+ XMonad.Actions.Invert
github.com/xmonad/xmonad-extras - 96beaa78b4dc8e33e267c704505c91904317eae0 authored almost 3 years ago by Sibi Prabakaran <[email protected]>Add function to detect floating windows in ManageHook
github.com/xmonad/xmonad - 8546ea095b4d9959190d0853b405cdcda5c7ef9f authored almost 3 years ago by Tony Zorman <[email protected]>github.com/xmonad/xmonad-extras - 8334d01e73910f0bc13e2e0114b75684cec911b4 authored almost 3 years ago by Sergey Alirzaev <[email protected]>
Factour out the code used to detect whether a window should be floating
in Operations.hs in a ne...
Add a willFloat function to deteect whether the managed window will be
floating or not
Add desc...
github.com/xmonad/xmonad - b6af6bb86a20ac7cccb3e623c13e7ca051771398 authored almost 3 years ago by Andrea Berlingieri <[email protected]>Update cheatsheet for new version + logo
github.com/xmonad/xmonad-web - 68379fed37990af4cea9d1481697f0327ee55ffc authored almost 3 years ago by Tony Zorman <[email protected]>Also update its version.
Related: https://github.com/xmonad/xmonad-web/pull/54
Co-authored-by: ...
Primarily to shrink the diff for the logo swap in the next commit. May
also be necessary to fix ...
add to hacks: rough draft trayer resize event hook
github.com/xmonad/xmonad-contrib - 56cc2967544ee2272dd38a2c2a0b5f53c4e2a369 authored almost 3 years ago by Tony Zorman <[email protected]>
Adds event hooks to communicate with trayer or, more generally, with
other tray programs. For c...
github.com/xmonad/xmonad-web - 5dac7f190b5c287d320123697dd73c4272f51a77 authored almost 3 years ago by Tomas Janousek <[email protected]>
github.com/xmonad/xmonad-web - c488f81c40e2bb522216eaf86e563c1d706b419f authored almost 3 years ago by Tomas Janousek <[email protected]>
github.com/xmonad/xmonad-web - 2c50e261b3e5e9485f239ff7d8ba039a1dc345d7 authored almost 3 years ago by Tomas Janousek <[email protected]>
Related: https://github.com/xmonad/xmonad-web/pull/54
github.com/xmonad/xmonad-web - f0b1cbe8511e4b92fb8800a6bde9e1337ee55d18 authored almost 3 years ago by slotThe <[email protected]>* The website now uses SVGs rather than PNGs to avoid blurry resizing.
* Rename files to maybe ...
github.com/xmonad/xmonad-web - afb6c3cde1b663c634d4a1bb8f99f2b60204a7bf authored almost 3 years ago by Tomas Janousek <[email protected]>
+ Most favicons around do not force white backgrounds, so ours might
looks out of place in a f...
Was undeprecated in 981166a2ab618f65367befa3379ff2aadf00f27c.
github.com/xmonad/xmonad-contrib - de886d6182caa00f298697d7df4da4a0d037be74 authored almost 3 years ago by slotThe <[email protected]>github.com/xmonad/xmonad-web - 7c9d2a538a668bd2c67ca1e6874517db706bcd09 authored almost 3 years ago by Tomas Janousek <[email protected]>
The image needs max-width, otherwise it overlaps the screenshots in the
second column.
Update to new XMonad logo
github.com/xmonad/xmonad-web - 026ff0fd779005094ce9850dea2ec66007e6e764 authored almost 3 years ago by Tony Zorman <[email protected]>
This is the winning candidate from the XMonad logo contest[1][2]; the
`minimalist` logo by @lite...
This is what the new logo uses, so it may be nice to coordinate certain
parts of the text with i...
github.com/xmonad/xmonad-web - 70764b28c444dd21df77379cb972528564a9eb56 authored almost 3 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Simplify stuff a bit. Prevent memory leaks additionally in:
`workspaceHistoryTransaction` and `w...
Related: https://github.com/xmonad/xmonad-contrib/commit/981166a2ab618f65367befa3379ff2aadf00f27...
github.com/xmonad/xmonad-web - 8c5d121d07ba6e24f5d5698108908e21513bff47 authored almost 3 years ago by Tomas Janousek <[email protected]>
This one isn't actually a personal configuration, it's more like
X.C.Desktop and the other deskt...
github.com/xmonad/xmonad-contrib - 50527a4613d3c3e4d3ce8c4bbcfd5c47d3c453ff authored almost 3 years ago by Tomas Janousek <[email protected]>
Using the same type for both is confusing and requires a bogus Semigroup
instance.
github.com/xmonad/xmonad-contrib - 20753c1bdbe60999aaf128b37801c2da53becbc7 authored almost 3 years ago by Tomas Janousek <[email protected]>
github.com/xmonad/xmonad-contrib - 756d73c78c80dd1ca6b70c4bca11d31fb3a11ea8 authored almost 3 years ago by Tomas Janousek <[email protected]>
github.com/xmonad/xmonad - eee0a0dc39fac5eaa0f42133ae2aa816b6232389 authored almost 3 years ago by Tomas Janousek <[email protected]>
Now that the user configs are on the website, it is time to deprecate
them. At the same time de...
Deprecate user and abandoned modules
github.com/xmonad/xmonad-contrib - f90e76248fa03bc1e365ef6a91acd92d39da3e4f authored almost 3 years ago by Tony Zorman <[email protected]>github.com/xmonad/xmonad-contrib - 77ba2025482101f839f3255089304375b2f29cd0 authored almost 3 years ago by Mike Nrafter <[email protected]>
github.com/xmonad/xmonad - 0f5b5c2297886d680733f4a3cd2a5aef986788e2 authored almost 3 years ago by Mike Nrafter <[email protected]>
Add a file where we can link to user configuration files. Presently,
this is used to mirror the...