diff options
author | glasser <glasser@mit.edu> | 2007-06-05 16:00:45 +0200 |
---|---|---|
committer | glasser <glasser@mit.edu> | 2007-06-05 16:00:45 +0200 |
commit | 5880f7c06c2fc929decea51a8273458337c31d10 (patch) | |
tree | 172fce15026daa665f26a4fe10fceefc38622e5f | |
parent | ba1e3226cf4efbfe4f19e6dcf355a9dc98f5fbc6 (diff) | |
download | XMonadContrib-5880f7c06c2fc929decea51a8273458337c31d10.tar.gz XMonadContrib-5880f7c06c2fc929decea51a8273458337c31d10.tar.xz XMonadContrib-5880f7c06c2fc929decea51a8273458337c31d10.zip |
In docs, change name of program from mux to xmonad-status.
darcs-hash:20070605140045-64353-5f49aacf643b4897119a7bad0361f781575c3eb6.gz
-rw-r--r-- | scripts/xmonad-status.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xmonad-status.hs b/scripts/xmonad-status.hs index ef41313..4bd47b0 100644 --- a/scripts/xmonad-status.hs +++ b/scripts/xmonad-status.hs @@ -13,7 +13,7 @@ -- -- An example use: -- --- xmonad | mux | dzen2 -ta l -fg '#a8a3f7' -bg '#3f3c6d' +-- xmonad | xmonad-status | dzen2 -ta l -fg '#a8a3f7' -bg '#3f3c6d' -- -- Creates a workspace table on the left side of the screen. -- |