diff --git a/Main.hs b/Main.hs index 920fcb5..a5b2d30 100644 --- a/Main.hs +++ b/Main.hs @@ -10,7 +10,7 @@ -- ----------------------------------------------------------------------------- -- --- thunk, a minimal window manager for X11 +-- xmonad, a minimal window manager for X11 -- import Data.List diff --git a/README b/README index d379f0b..5daa2fe 100644 --- a/README +++ b/README @@ -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 similarity index 91% rename from thunk.cabal rename to 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