xmonad / xmonad-contrib

Contributed modules for xmonad
https://xmonad.org
BSD 3-Clause "New" or "Revised" License
584 stars 274 forks source link

XMonad.Actions.Search: Added search engines #777

Closed Luc-Saccoccio closed 1 year ago

Luc-Saccoccio commented 1 year ago

Description

I added the search engines for the AUR, Flora, nCatLab, ProtonDB, RosettaCode, Sourcehut, Steam, and the Void Linux Packages. I also reorganized the list alphabetically and added the entry for wiktionary which wasn't mentioned.

Those changes were motivated by

Checklist

geekosaur commented 1 year ago

Compile with warnings is complaining about your new search engine definitions missing type signatures, and in addition complains that voidpackages is defined but not used.

Luc-Saccoccio commented 1 year ago

I'm really sorry, it should be fixed now :/

geekosaur commented 1 year ago

I should also note that git can behave oddly if the first line of the commit message is longer than 50 characters or the second line is nonempty (since it gets combined with the first and usually pushes it over that limit). This is usually only cosmetic, though. See for example the result of listing branches verbosely.

geekosaur commented 1 year ago

Thanks!