mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-31 12:11:53 -07:00
some more tweaks
This commit is contained in:
10
CONFIG
10
CONFIG
@@ -9,13 +9,9 @@ on startup.
|
|||||||
|
|
||||||
== A simple example ==
|
== A simple example ==
|
||||||
|
|
||||||
Here is a basic example, which takes defaults from xmonad, and overrides
|
Here is a basic example, which overrides the default border width,
|
||||||
the border width, default terminal, and some colours:
|
default terminal, and some colours. This text goes in the file
|
||||||
|
$HOME/.xmonad/xmonad.hs :
|
||||||
--
|
|
||||||
-- An example, simple ~/.xmonad/xmonad.hs file.
|
|
||||||
-- It overrides a few basic settings, reusing all the other defaults,
|
|
||||||
--
|
|
||||||
|
|
||||||
import XMonad
|
import XMonad
|
||||||
|
|
||||||
|
5
TODO
5
TODO
@@ -16,6 +16,7 @@
|
|||||||
* document, with photos, any new layouts
|
* document, with photos, any new layouts
|
||||||
* double check README build instructions
|
* double check README build instructions
|
||||||
* test core with 6.6 and 6.8
|
* test core with 6.6 and 6.8
|
||||||
* upload X11/xmonad to hacakge
|
* bump xmonad.cabal version and X11 version
|
||||||
* check examples/text in use-facing Config.hs
|
* upload X11 and xmonad to hackage
|
||||||
|
* check examples/text in user-facing Config.hs
|
||||||
* check tour.html and intro.html are up to date, and mention all core bindings
|
* check tour.html and intro.html are up to date, and mention all core bindings
|
||||||
|
Reference in New Issue
Block a user