Ecosyste.ms: OpenCollective

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

github.com/xmonad/xmonad-contrib

Contributed modules for xmonad
https://github.com/xmonad/xmonad-contrib

Merge pull request #453 from slotThe/default->def

Remove last occurences of non Data.Default defaults

000590fa6268dbdd0cae1b0222569596279039cc authored almost 4 years ago
X.A.TreeSelect: Deprecate tsDefaultConfig

Replace with Data.Default.def, as already happened a while ago (in
0f1b6fb7726fc54b0ef318143ab2f...

227a3e0aa595505e12c57bd882667472e6a6fe1b authored almost 4 years ago
Remove mentions of defaultConfig

These were superseded, but forgotten to be updated, by Data.Default.def
in 5140f5b5d06790e055eb7...

e83081b6ef7429d99d37f6cdaf595d0e006d2528 authored almost 4 years ago
Merge pull request #440 from liskin/pr/borders

X.L.NoBorders: Fix float handling on multihead setups

444bdc09f0e545b5932567dfad8d7ac23f97994f authored almost 4 years ago
X.L.NoBorders: Add unit test for multihead floats

48156cafb818887bdfd54aa153f147be97795b09 authored almost 4 years ago
X.L.NoBorders: Fix float handling on multihead setups

Before c6cdb77e3b3d6a3842b914a0cf64357f03fcf0c1, handling of floats was
trivial (too trivial, an...

9cff824a24040cd0270f79614c525d4c541e7133 authored almost 4 years ago
X.L.NoBorders: Fix docs of data Ambiguity

In c6cdb77e3b3d6a3842b914a0cf64357f03fcf0c1, several new constructors
were added but not "In ord...

a98cc194add3bfd023be3e18f3904fc7a6219c70 authored almost 4 years ago
Merge pull request #451 from liskin/pr/ci

ci: Maintenance

081629d39fe39b4949db36a791296df5a636de00 authored almost 4 years ago
Merge pull request #452 from liskin/pr/hspec

tests: Use hspec as test driver (prep for #407 #430 #440 unit tests); speed up

627e203bcffa7aa4fbcd9f21829c6cd7b2ac4212 authored almost 4 years ago
Merge pull request #447 from slotThe/grab-pointer

Grab the Pointer in X.Prompt and X.A.TreeSelect

94670a72be3abc3e1f24295c60053baac07f0ead authored almost 4 years ago
Update CHANGES.md

6d1f34cf18d23b6d012f3d67a29e75ce946d1a23 authored almost 4 years ago
XMonad.Action.TreeSelect: Allow Pointer Events

If this is not done, trying to select another window with the mouse when
the treeselect window i...

c59805636d61020fa18b16c3222e7313dfc5e5bf authored almost 4 years ago
XMonad.Prompt: Allow Pointer Events

If this is not done, trying to select another window with the mouse when
the prompt is up, the X...

08a165df40acd60b261e141495e0244521c7b86c authored almost 4 years ago
X.L.LimitWindows: Silence duplicate export warnings in tests

6179ed9dbe5e9bb6c2880f53979e107dda2297c8 authored almost 4 years ago
X.A.GridSelect: Use OVERLAPPABLE, seems to help with unnecessary recompiles

Without this, any change to tests triggers a recompile of GridSelect
when invoking "stack test",...

2691e3a4902511d995a4994fbfda9337e0fdd749 authored almost 4 years ago
ci: Run tests (stack) workflow in all branches

Consistency with haskell-ci (cabal) workflow. It's nice to see the
results before opening a PR s...

42771e4658ed30e489779094f46bd9ae54f83870 authored almost 4 years ago
ci: Drop some unnecessary build deps from tests (stack) workflow

Consistency with the other workflow…

5c7e1194d0fcf7d810bcac62114e93b9755bc633 authored almost 4 years ago
ci: Add lts-17 and nightly

55747ecced63b37cda9d2f88a2943b926ce47ab4 authored almost 4 years ago
ci: Minor cleanup

* split into buildenv deps and stack build
* make the deps list more git-friendly
* use stack fr...

d4d78abc4a3f34b38fbd5fd77c6441da633f0aad authored almost 4 years ago
tests: Use hspec as test driver

My main motivation here is that I'd like to add some unit tests (as
opposed to testing everythin...

cd5b1a10157acda78c5f32974ac52f4742c72cfe authored almost 4 years ago
tests: Clean up test-suite in cabal

* silence warnings about unlisted modules
* remove xmonad-contrib dependency to make it unambigu...

320fe8c537f2155bfb451e06e5f1569ade7a506b authored almost 4 years ago
tests: Speed up by producing less discarded tests in SwapWorkspaces

245dac496b66ab78d118c60de2da4c967667840d authored almost 4 years ago
Merge pull request #449 from TheMC47/cleanup-dynamic-log

Cleanup: XMonad.Hooks.DynamicLog

b8ac9804fce2db643faa19c909e6560f7e65944b authored about 4 years ago
Cleanup: hlint hints

67341e30a2b4ad55a56473c2ef66234e1e180572 authored about 4 years ago
Merge pull request #406 from liskin/managedocks-cache-on-demand

X.H.ManageDocks: Init strut cache on demand if necessary

3e6f0f9f51260c409b3cfd36d16127a7544fab55 authored about 4 years ago
Merge pull request #446 from xmonad/t/haskell-ci

Generate CI with the haskell-ci utility.

8b50ee5c9be73e1a6bef3f971c35e553a6b3811a authored about 4 years ago
Add haskell-ci generated Github actions.

14393a2cf93da848b11578410c9a9e2646642a62 authored about 4 years ago
xmonad-contrib.cabal: update the list of supported compilers

96e3f00a1f5fd48bf4be3e77f16b928bbff5ad34 authored about 4 years ago
Merge pull request #444 from slotThe/exception-extensible

Control.Exception.Extensible -> Control.Exception

03650d5d3f4b79f9f68f98fe7f571093c9d44dc7 authored about 4 years ago
Control.Exception.Extensible -> Control.Exception

According to its documentation[1], this module simply re-exports
Control.Exception on recent GHC...

77b047316c09504957b5cbc842748840117869da authored about 4 years ago
Merge pull request #442 from slotThe/prompt-ah-history

X.Prompt: Correctly Update History with alwaysHighlight

0a44981d0fcbc8d790ea2796e80d432235ac78c0 authored about 4 years ago
Update CHANGES.md

b3316c2e3498f206747c1cd8a94af42e70e16aad authored about 4 years ago
X.Prompt: correctly update history

So far, when `alwaysHighlight' was enabled and the user selected an item
while not having comple...

404b3f59b4f7abc1c72b5713457de4fc64aa0e9b authored about 4 years ago
Merge pull request #441 from slotThe/xdg-mess

Revise XDG handling

d0813f0b3aaab82b32cbb7a08f33cee1f4f795de authored about 4 years ago
Update CHANGES.md

c39a5cf6182d7bacf28268c000b5908ad48a753e authored about 4 years ago
X.Prompt: X constraint for historyCompletion[P]

This is needed because the cache directory is now a part of XConf, which
is calculated once on s...

9d520dc88026b9b4197381ed30d1c613d262dd0f authored about 4 years ago
X.H.Script: Add X constraint

3213925b6b0f60ca56b46e24ea31d9030c8eac91 authored about 4 years ago
Merge pull request #437 from slotThe/ppTitleUnfocused

X.H.DynamicLog: Add ppTitleUnfocused

9fe3444374aa1d157036b4efa162f54ac463b608 authored about 4 years ago
Update CHANGES.md

e06eafbadd86b764b4b6c3db1cfb82eb34961527 authored about 4 years ago
X.H.DynamicLog: Add ppTitleUnfocused

a3e06685ef4f7e5008088df6cbdd0d7b0bd30f32 authored about 4 years ago
Merge pull request #403 from elkowar/fullscreen-fix

Add new module XMonad.Util.Hacks (formerly XMonad.Hooks.WindowedFullscreenFix)

0313b26cd804c8c4bce04ad92dd238a971721bdc authored about 4 years ago
Merge pull request #170 from mavant/issue/164

Only modify the last word during tab completion

ba94d4846458098273a365fbd4f4bd48c5862aee authored about 4 years ago
Only modify the last word during tab completion

Fixes #164.

It's not clear to me why these functions take in XPState as a param only
to then pr...

526336ecec98aa2fe1cc98521473372b0664e19d authored about 4 years ago
Merge pull request #439 from TheMC47/cleanupStatusBars-startup

Add cleanupStatusBars to statusBarPropTo

f9a226e75afe0ecb308a450eb6143981d2e953c5 authored about 4 years ago
Added cleanupStatusBars to the startup-hook

6c83af1c696b2183404d7b6af8c236430134d153 authored about 4 years ago
Fix documentation issues and add gifs

71863c735ac6802cf0437311f619212c1d542792 authored about 4 years ago
Fix typo and remove +1 from resizeWindow

d293a053e1e6c9e94f0da54cd734591b36d2bd74 authored about 4 years ago
Move module to new module XMonad.Util.Hacks

b41a5a50e9b109a4902a80944a240036feed7728 authored about 4 years ago
Add new module XMonad.Hooks.WindowedFullscreenFix

3d553ad5e04e733874508a9d9b239e3745667b90 authored about 4 years ago
Merge pull request #434 from TheMC47/restart-docks

Restarting status bars on restart

b963c3cf9d3be4f91d84e06c349ca856d8b719dc authored about 4 years ago
Added spawnStatusBarAndRemember and cleanupStatusBars

In order to effectively restart status bars without relying
on pipes, spawnStatusBarAndRemember ...

78df487e4c14fab02035b5a2e533787737637d2a authored about 4 years ago
Merge pull request #428 from pshevtsov/lxqt-config

Add XMonad.Config.LXQt

63a32821337be0b6258b80fd5a73dbb2066da565 authored about 4 years ago
Add new module XMonad.Config.LXQt

2809ed105eb900f4fa6bb5931a775a3120df5a8f authored about 4 years ago
Merge pull request #427 from slotThe/fix-fadewindows

Fix Documentation in X.H.FadeWindows

ef3697c09c5d2d9d6cd4c9c8f5a9124dc0114fe6 authored about 4 years ago
X.H.DynamicLog: Minor doc tweaks

555cd7c59695ac5b53426b7070725ca1a69612d8 authored about 4 years ago
Merge pull request #408 from slotThe/dynamic-log

X.H.DynamicLog: Start recommending poperty-based logging

cff344811fabd18641d92b8352aa332aad89ad5f authored about 4 years ago
Merge pull request #435 from wz1000/master

Export modifyProject in XMonad.Actions.DynamicProjects

88ddd540847e4e8295233c5489c8107bc1960bf1 authored about 4 years ago
Export modifyProject

c66345467e3a3be75c6cd9ce58dd8af406122a3e authored about 4 years ago
Update CHANGES.md

06af11a4634fac96a5732fdcf3e3a6189f8825a7 authored about 4 years ago
X.H.DynamicLog: Update documentation

Stop recommending pipes as the best/first thing to do and instead
recommend property based loggi...

6977d0cdfbeb8d33b6759f0aff39618a7e374f0b authored about 4 years ago
Add xmobarProp, statusBarProp, and statusBarPropTo

In an effort to modernize XMonad.Hooks.DynamicLog (and thus to stop
recommending pipes as the be...

9b6c098c9c9ff4945f0ea26d07ea868cd727610e authored about 4 years ago
Minor cleanup of CI

35e794b1b238317b8753abd4e7bc3dc63d741e97 authored about 4 years ago
Merge pull request #432 from slotThe/unused-imports

Get rid of unused imports

8648ea790a8728b3ddc75a8da3818817416ec68e authored about 4 years ago
Fix Documentation in X.H.FadeWindows

0490e77970105d2e7c88678c03cad8bcfb9cb293 authored about 4 years ago
X.H.FadeWindows: Default to opacity 1

d6cc525500ba23cc54836896b977567dd67c778c authored about 4 years ago
Conditionally error on unused imports

This turns off the warnings about unused imports _unless_ one is using
the oldest supported vers...

53903b086f356b96d68b3c560b96e47ac7ec4508 authored about 4 years ago
Drop old versions of GHC

Removes references to all versions of GHC that are not part of the CI,
as these can't be guarant...

6715c75c5088a8909371a263ed8001f5bba1241b authored about 4 years ago
Get rid of unused imports

Starting with 5240116f3cdf169e3aa226d9f8206a5f5b99c867 we only support
GHC versions 8.4.4 and up...

78d526d1dd87eb8ca8f0f15568c91369f8201155 authored about 4 years ago
Add CI workflow against xmonad latest commit (#429)

5240116f3cdf169e3aa226d9f8206a5f5b99c867 authored about 4 years ago
X.H.DynamicLog: Add shorten' and shortenLeft' (customizable end)

89646d75fdbfa8a3738c32c5dc83ff5793981ab0 authored about 4 years ago
Update CHANGES.md

5e0ef3777a03c17e7c1389a6c2cfa3508a5b277c authored about 4 years ago
Initial commit

69c1821818a8a46296041eeb08c643683cec91df authored about 4 years ago
Merge pull request #426 from pshevtsov/patch-1

Use the default XFCE terminal with `XMonad.Config.Xfce`

27f03ad9c573eaa0dabd1fd5281808e7d1030fcc authored about 4 years ago
Merge pull request #421 from slotThe/filterOutWsPP

Add filterOutWs[PP]

bd9a79cb80e301e7f9f75b87c2f63f54b37b18a7 authored about 4 years ago
Add filterOutWs and filterOutWsPP

These are more generic versions of the respective functions in
XMonad.Util.NamedScratchpad.

0cbee237c73b3c4f4125b704d8852db3784199e4 authored about 4 years ago
Export scratchpadWorkspaceTag

Users are now able to use this, instead of hard-coding the "NSP" name in
their configurations

d3f11d041a0b2abf4f7c8bfffe14b3429124aa58 authored about 4 years ago
Deprecate namedScratchpadFilterOutWorkspace[PP]

These were superseded by more generic function in
XMonad.Hooks.DynamicLog.

6087bdd40de41a4715d492e4b6120f872c80d487 authored about 4 years ago
Update CHANGES

e956fbf3ce988e07da254eff46612cf08b4ce8db authored about 4 years ago
Merge pull request #417 from TheMC47/refactor-test-suite

Refactor the test-suite

83b005ee7996f3e12f1f311bdea5545d702b58e7 authored about 4 years ago
added new test-suite

7ef0faa986a7e1fadda6d508ea33f06703ef4842 authored about 4 years ago
removed tests/* from extra-source-files

048b12995a07b07f52d8e9cb178d4520f6d8612f authored about 4 years ago
Merge pull request #425 from xmonad/ci-github

Add github actions for test

69a2886a8bb19a2dfbe3e5c9564d60f66bc0b984 authored about 4 years ago
Update CHANGES.md

f24788260d6ca8dc0b1857f28c0f17fe3b2017cc authored about 4 years ago
Use xfce4-terminal for terminal

6e44ddb57aab07348401291ddc37a5cfab8638af authored about 4 years ago
Update README

2e900cc10baba4feff508088dd0b012807473482 authored about 4 years ago
Update

f73ebf1da1aebb4ca5cbb1d6fe0c093461023648 authored about 4 years ago
Add github actions for test

84caa46dab2bff8f659950b0233bd9b51f29ecf3 authored about 4 years ago
Merge pull request #423 from dminuoso/fix-toenum-crash

Check for text encoding correctly and avoid bottom (#422)

5db2589abf30ed014723729fb55126fa48d97cf4 authored about 4 years ago
Check for text encoding correctly and avoid crash (#422)

b594d97604d470997201c5061597540af23ab3b3 authored about 4 years ago
X.L.TrackFloating: Simplify focus logic

It seems the logic used in X.L.StateFull's FocusTracking should cover
all use cases here. Let's ...

89dbdd4767f277d5550fd6a6f6a4f1598a7d9793 authored about 4 years ago
X.U.Stack: Fix/simplify find{S,Z} types

Drop Eq constraint that isn't needed.

Drop the redundant Maybe from findZ return type. Breaks s...

72b5e662def46c62093444e471fbdcd789f8375e authored about 4 years ago
X.L.TrackFloating: Simplify by using X.U.Stack.findZ

X.L.TrackFloating is more or less the same as X.L.StateFull's
FocusTracking, so it's no surprise...

8afd51517cbd14dd34dc195c3b01f6395631e794 authored about 4 years ago
X.L.TrackFloating: Drop redundant _wasFloating

It was added in 81d338952d in an attempt to fix focus handling after
closing a floating window, ...

0e9c865e721f0699fdc419e1f85914570e64f22d authored about 4 years ago
Merge pull request #411 from PRESFIL/fix-Example.hs

Fix transients managing in X.C.Example

6381a4687fd5cd1ca55173402506a68443ce5ae2 authored about 4 years ago
Merge pull request #203 from Ongy/dzen-dock

Add -dock to dzen command

a74ed5f72448fbea61a894f0921ea9353b469b17 authored about 4 years ago
Merge branch 'master' into dzen-dock

317eb2365494f256364e13a28626f3beb65b3e6c authored about 4 years ago
Merge pull request #401 from elkowar/cycle-action

Add new module XMonad.Util.ActionCycle

e3558bce93ea63a17ed974a08b9cf9e1f2e56be7 authored about 4 years ago
Add Emacs-style Prefix handling (#159)

* Add Emacs-style Prefix handling

* Update CHANGES.md

* Add helper tests for prefix type
...

d9ad93a888b06a927712167fb0f4618db8b7fec9 authored about 4 years ago
Merge pull request #414 from srid/patch-1

Loggers: don't hardcode /usr/bin

8f7f5f0a56eb014050038079e7bc4f8dc79b47c0 authored about 4 years ago
Merge pull request #405 from slotThe/toggleTopic

Update XMonad.Actions.TopicSpace

869465684070d4602bcb2802d8beab11c2df2285 authored about 4 years ago