diff options
-rw-r--r-- | Main.hs | 2 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | xmonad.cabal (renamed from thunk.cabal) | 4 |
3 files changed, 5 insertions, 5 deletions
@@ -10,7 +10,7 @@ -- ----------------------------------------------------------------------------- -- --- thunk, a minimal window manager for X11 +-- xmonad, a minimal window manager for X11 -- import Data.List @@ -1,4 +1,4 @@ - thunk : a lightweight X11 window manager. + xmonad : a lightweight X11 window manager. Motivation: @@ -24,7 +24,7 @@ Use: add: - exec /home/dons/bin/thunk + exec /home/dons/bin/xmonad as the last line of your .xsession file diff --git a/thunk.cabal b/xmonad.cabal index 6410ad6..cf8ff84 100644 --- a/thunk.cabal +++ b/xmonad.cabal @@ -1,4 +1,4 @@ -name: thunk +name: xmonad version: 0.0 description: A lightweight X11 window manager. synopsis: A lightweight X11 window manager. @@ -9,7 +9,7 @@ author: Spencer Janssen maintainer: sjanssen@cse.unl.edu build-depends: base==2.0, X11>=1.1, X11-extras==0.0, mtl==1.0 -executable: thunk +executable: xmonad main-is: Main.hs ghc-options: -O2 -Wall -optl-Wl,-s -- ghc-options: -O2 -Wall -optl-Wl,-s -prof -auto-all |