preferences (928B)
1 <JWM> 2 3 4 <!-- Virtual Desktops --> 5 <!-- Desktop tags can be contained within Desktops for desktop names. --> 6 <Desktops height="1" width="2"> 7 <!-- Default background. Note that a Background tag can be contained within a Desktop tag to give a specific background for that desktop. --> 8 </Desktops> 9 10 11 <!-- Double click speed (in milliseconds) --> 12 <DoubleClickSpeed>400</DoubleClickSpeed> 13 <!-- Double click delta (in pixels) --> 14 <DoubleClickDelta>2</DoubleClickDelta> 15 16 17 <!-- The focus model (sloppy or click) --> 18 <FocusModel>click</FocusModel> 19 20 21 <!-- The snap mode (none, screen, or border) --> 22 <SnapMode distance="10">border</SnapMode> 23 24 25 <!-- The move mode (outline or opaque) --> 26 <MoveMode>opaque</MoveMode> 27 28 29 <!-- The resize mode (outline or opaque) --> 30 <ResizeMode>opaque</ResizeMode> 31 32 33 <!-- The location of icons displayed in Window-Titlebar and Tray-TaskList items --> 34 <IconPath>/usr/share/pixmaps/papirus</IconPath> 35 36 37 </JWM>