다음 구문을 사용하십시오.
include
{
path
path
...
}
예를 들어, 다음 행은 파일 /users/ellen/mymenu에서 나온 것입니다.
include
{
/users/ellen/mymenu
}
Include 문은 전체 환경설정 파일을 복사하지 않고 추가 기능을 제공하는데 유용하게 사용할 수 있습니다. 예를 들어, 전체 환경설정 파일을 관리할 필요없이 새로운 키 바인딩을 작성할 수 있습니다. 사용자는 다음과 같은 내용을 가진 파일 HomeDirectory/.dt/dtwmrc를 작성할 수 있습니다.
include
{
/etc/dt/config/C/sys.dtwmrc
}
Keys DtKeyBindings
{
Alt<Key>F5 root f.menu Applications
}
Menu Applications
{
"GraphicsApp" f.exec "/usr/bin/GraphicsApp/GApp"
...
}