XMonad.Config
이 모듈은 xmonad의 기본 구성 값을 지정합니다.
DO NOT MODIFY THIS FILE! It won't work.
기본 구성 #def의 특정 필드를 재정의하는 고유 한 ~/.xmonad/xmonad.hs
를 제공하여 xmonad를 구성 할 수 있습니다.
def
The default value for this type.
Template xmonad.hs
The template xmonad.hs file shows all the default xmonad settings; it is merely a slightly modified reference copy of the XMonad source module which sets up the configuration. Note that while this file is usable, it contains lots of uneeded extra settings; these can and in the past have caused problems when changes are made to handle e.g. upgrades to utilities such as dmenu, so you should remove anything that you are not specifically changing.
For a plain text version of the template see the man/xmonad.hs
file distributed with xmonad source, or you can download the latest darcs template xmonad.hs from code.haskell.org
해당 파일의 전체 내용은 링크를 타거나 Xmonad:Config:darcs 항목 참조.