Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanups, fixes, Makefile, … #29

Merged
merged 15 commits into from
Jun 4, 2021
Merged
4 changes: 2 additions & 2 deletions download.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ cabal install https://github.com/xmonad/xmonad-contrib/archive/master.tar.gz
Here are some tools we've found work well with xmonad:

* [dmenu](https://tools.suckless.org/dmenu/), a program launcher
* [dzen](https://gotmor.googlepages.com/dzen), an extensible status bar
* [dzen](https://robm.github.io/dzen/), an extensible status bar
* [xmobar](https://hackage.haskell.org/package/xmobar), an extensible status bar
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder of hackage is the right place to link to concerning xmobar. This should probably go to either GitHub or xmobar.org

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

xmobar.org seems to be from before https://github.com/jaor/xmobar/commit/fa8c748b5b2e3a1a6f6add0ad6bc2a8e56ddcc28, which seems to also be the point when Hackage stopped rendering xmobar's readme, so yeah, linking to GitHub is now the best option.

* [rxvt-unicode](https://software.schmorp.de/pkg/rxvt-unicode.html), a better terminal
* [rxvt-unicode](http://software.schmorp.de/pkg/rxvt-unicode.html), a better terminal
2 changes: 1 addition & 1 deletion install-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ If this doesn't help, try asking on the IRC channel, `#[email protected]` (

Extra programs that make life with xmonad more exciting: dmenu and dzen. dmenu provides a simple popup menu for launching programs, dzen provides customisable status bars. You can get them here:

* [dzen](http://gotmor.googlepages.com/dzen)
* [dzen](https://robm.github.io/dzen/)
* [dmenu](https://tools.suckless.org/dmenu/)


Expand Down