Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cburschka/xmonad.hs

My xmonad configuration file.
https://github.com/cburschka/xmonad.hs

Last synced: 1 day ago
JSON representation

My xmonad configuration file.

Awesome Lists containing this project

README

        

xmonad.hs
=========

My xmonad configuration file.

xmobar
------

The volume indicator on xmobar requires the ALSA library:

```
$ cabal install alsa-core alsa-mixer
$ cabal install xmobar --flags="with_alsa"
```

The file `xmobarrc` must be symbolically linked from ~/.xmobarrc to be used.

ifnotrunning
------------

This is a small shell script that makes the launchers more convenient. It
checks for an existing process containing the name of the command, and only
runs the command if nothing is found.

**This is very unreliable, and will fail often and in interesting ways.**

You should link or move the `ifnotrunning.sh` file to `ifnotrunning` somewhere in
your `$PATH`.