mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
thunk is now known as xmonad!
This commit is contained in:
parent
5ddd9351dc
commit
b83c10059f
2
Main.hs
2
Main.hs
@ -10,7 +10,7 @@
|
||||
--
|
||||
-----------------------------------------------------------------------------
|
||||
--
|
||||
-- thunk, a minimal window manager for X11
|
||||
-- xmonad, a minimal window manager for X11
|
||||
--
|
||||
|
||||
import Data.List
|
||||
|
4
README
4
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
|
||||
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user