diff options
author | Don Stewart <dons@cse.unsw.edu.au> | 2007-06-09 08:14:50 +0200 |
---|---|---|
committer | Don Stewart <dons@cse.unsw.edu.au> | 2007-06-09 08:14:50 +0200 |
commit | c39701cba088968695d996afb457164396eb3e0a (patch) | |
tree | d0af32b8cb94524bd43c6ec4d336daff26ccb2a5 /examples/dzen-status/readme | |
parent | 5309cd40cb1384cb9de4ca114b06fbb2d3d5d45f (diff) | |
download | XMonadContrib-c39701cba088968695d996afb457164396eb3e0a.tar.gz XMonadContrib-c39701cba088968695d996afb457164396eb3e0a.tar.xz XMonadContrib-c39701cba088968695d996afb457164396eb3e0a.zip |
remove obsolete 'examples' dir
darcs-hash:20070609061450-9c5c1-a535ebe42423f82ebdf254a77f12353c667f92bb.gz
Diffstat (limited to 'examples/dzen-status/readme')
-rw-r--r-- | examples/dzen-status/readme | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/dzen-status/readme b/examples/dzen-status/readme deleted file mode 100644 index aa8c4fd..0000000 --- a/examples/dzen-status/readme +++ /dev/null @@ -1,15 +0,0 @@ -Use dzen2 for an external pop-up status bar. - -status - A shell script printing some strings into dzen2. In this case, it - extracts some openbsd settings. - -Config.hs - , ((modMask, xK_s ), spawn "/home/dons/bin/status") - - mod-s pops up a 10 second status bar. mouse button 3 closes it - explicitly. - -dzen2 is available from: - http://gotmor.googlepages.com/dzen - |