Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cburschka/xmonad.hs
- Owner: cburschka
- License: mit
- Created: 2014-05-12T02:41:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-26T12:02:14.000Z (over 8 years ago)
- Last Synced: 2023-05-14T19:35:15.462Z (over 1 year ago)
- Language: Haskell
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.