thunk is now known as xmonad!

This commit is contained in:
Spencer Janssen 2007-03-10 07:03:20 +00:00
parent 5ddd9351dc
commit b83c10059f
3 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@
-- --
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
-- --
-- thunk, a minimal window manager for X11 -- xmonad, a minimal window manager for X11
-- --
import Data.List import Data.List

4
README
View File

@ -1,4 +1,4 @@
thunk : a lightweight X11 window manager. xmonad : a lightweight X11 window manager.
Motivation: Motivation:
@ -24,7 +24,7 @@ Use:
add: add:
exec /home/dons/bin/thunk exec /home/dons/bin/xmonad
as the last line of your .xsession file as the last line of your .xsession file

View File

@ -1,4 +1,4 @@
name: thunk name: xmonad
version: 0.0 version: 0.0
description: A lightweight X11 window manager. description: A lightweight X11 window manager.
synopsis: A lightweight X11 window manager. synopsis: A lightweight X11 window manager.
@ -9,7 +9,7 @@ author: Spencer Janssen
maintainer: sjanssen@cse.unl.edu maintainer: sjanssen@cse.unl.edu
build-depends: base==2.0, X11>=1.1, X11-extras==0.0, mtl==1.0 build-depends: base==2.0, X11>=1.1, X11-extras==0.0, mtl==1.0
executable: thunk executable: xmonad
main-is: Main.hs main-is: Main.hs
ghc-options: -O2 -Wall -optl-Wl,-s ghc-options: -O2 -Wall -optl-Wl,-s
-- ghc-options: -O2 -Wall -optl-Wl,-s -prof -auto-all -- ghc-options: -O2 -Wall -optl-Wl,-s -prof -auto-all