1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
ScreenFont "fixed"
IconFont "fixed"
FastQuit yes
ForceMove always
AutoRaise yes
Focus sloppy
Screen "desk one"
#Module "Background" "-fullscreen /usr/share/amiwm/amiga.jpg"
Screen "desk two"
ToolItem "xterm" "xterm" ""
ToolItem "xman" "xman" ""
ToolItem Separator
ToolItem "System" {
ToolItem "worker" "worker" ""
ToolItem "endeavour2" "endeavour2" ""
ToolItem "xclock" "xclock" ""
ToolItem "xosview" "xosview" ""
ToolItem "xtrlock" "xtrlock" ""
}
ToolItem "Sound" {
ToolItem "aumix" "xterm -e aumix" ""
}
|