diff options
Diffstat (limited to 'CONFIG')
-rw-r--r-- | CONFIG | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,11 +1,17 @@ == Configuring xmonad == -xmonad is configured by creating and editing the Haskell file: +xmonad is configured by creating and editing the file: ~/.xmonad/xmonad.hs xmonad then uses settings from this file as arguments to the window manager, -on startup. +on startup. For a complete example of possible settings, see the file: + + man/xmonad-template.hs + +Further examples are on the website, wiki and extension documentation. + + http://haskell.org/haskellwiki/Xmonad == A simple example == |