home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / TEDdesk / reloc.8 / $TED_DIR / app-defaults / C / Dtwm < prev    next >
Text File  |  1998-08-19  |  7KB  |  300 lines

  1. !######################################################################
  2. !#
  3. !#    Dtwm
  4. !#
  5. !#    TriTeal Enterprise Desktop (TED)
  6. !#
  7. !#    Application Defaults for the TED window manager
  8. !#
  9. !#    (c) Copyright 1994, 1995 TriTeal Corporation
  10. !#    (c) Copyright 1993, 1994 Hewlett-Packard Company
  11. !#    (c) Copyright 1993, 1994 International Business Machines Corp. 
  12. !#    (c) Copyright 1993, 1994 Sun Microsystems, Inc.
  13. !#    (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary of 
  14. !#        Novell, Inc.
  15. !#
  16. !#    $Revision: 1.2 $
  17. !#
  18. !######################################################################
  19.  
  20. #include "Dt"
  21.  
  22. !###
  23. !#   Ensure that we will have a front panel.
  24. !#   Default is False.
  25. !###
  26. Dtwm*useFrontPanel:                  True
  27.  
  28.  
  29. !###
  30. !#  
  31. !#  Specify the icon images (graphics) for several clients
  32. !#
  33. !###
  34. Dtwm*Dtmail*iconImage:       DtMail
  35. Dtwm*Dtterm*iconImage:       Fpterm
  36.  
  37.  
  38. Dtwm*Dtcreate*iconImage:     Dtrunpn
  39. Dtwm*XTerm*iconImage:        Fpterm
  40.  
  41. Dtwm*Dtstyle*iconImage:      Fpstyle
  42. Dtwm*Dthelpview*iconImage:   Fphelp
  43. Dtwm*Dticon*iconImage:       Dtpaint
  44. Dtwm*Dtksh*iconImage:        Dtdtksh.m
  45. Dtwm*Dtcalc*iconImage:       Dtcalc
  46. Dtwm*Dtaction*iconImage:     Dtactn
  47. Dtwm*Dtpad*iconImage:        Fppenpd
  48. Dtwm*Dtbuilder*iconImage:    DtBldr
  49. Dtwm*Dtqinfo*iconImage:      Fpprnt
  50. Dtwm*Printer*iconImage:      Fpprnt
  51. Dtwm*FrontPanel*iconImage:   Fpfpmin
  52. Dtwm*Graphical Workspace Manager*iconImage:   TTFpgwm
  53.  
  54. !###
  55. !#
  56. !#  Specify the window stacking behavior for dialogs
  57. !#
  58. !#   A value of True insures that dialogues are always stacked above
  59. !#      their associated primary windows.
  60. !#
  61. !#   A value of False allows primary windows to be restacked above
  62. !#      dialogues.
  63. !#
  64. !#   This is a per-application resource, so it can be qualified by
  65. !#      appliation.
  66. !#
  67. !#      Example:
  68. !#      Dtwm*imagetool*secondariesOnTop: False
  69. !#
  70. !#   Default is:  True
  71. !###
  72. !# Dtwm*secondariesOnTop:     True
  73.  
  74. !###
  75. !#
  76. !#  Specify the amount and type of client decoration.
  77. !#
  78. !#   Default is:  all
  79. !###
  80.  
  81. !#
  82. !# for front panels 
  83. !#
  84. !# Dtwm*FrontPanel*clientDecoration:            border
  85.  
  86. !#
  87. !# for subpanels
  88. !#
  89. !# Dtwm*subpanelDecoration:            title 
  90.  
  91. !###
  92. !#
  93. !# Specify client-specific window menus
  94. !#
  95. !###
  96.  
  97. Dtwm*windowMenu:        AcceleratorWindowMenu
  98.  
  99.  
  100. !###
  101. !#
  102. !# Specify client-specific dialog stacking behavior
  103. !#
  104. !###
  105. Dtwm*Dtcm*secondariesOnTop:        False
  106. Dtwm*Dtmail*secondariesOnTop:        False
  107. Dtwm*Dtbuilder*secondariesOnTop:     False
  108.  
  109. !###
  110. !#
  111. !#  Specify the number of workspaces
  112. !#  
  113. !#  Specify multiple workspaces on screen 0, a single
  114. !#  workspace on any other screen. 
  115. !#
  116. !#   Default is:  1
  117. !###
  118.  
  119. Dtwm*workspaceCount:    2
  120.  
  121.  
  122. !###
  123. !#
  124. !#  Specify the user-visible titles of workspaces
  125. !#
  126. !#   Default is:  <workspace name>
  127. !#
  128. !#   NOTE: workspace widget names are generated automatically
  129. !###
  130.  
  131. Dtwm*ws0*title:    One
  132. Dtwm*ws1*title:    Two
  133.  
  134. !###
  135. !#
  136. !#  Specify the backdrops of the workspaces, using default workspace
  137. !#  names
  138. !#
  139. !#   This resource specification applies to all workspaces. When
  140. !#   you make a change through the Style Manager, a more specific
  141. !#   resource is saved that overrides this one.
  142. !#
  143. !#   Defaults are no image at all (the normal root background).
  144. !###
  145.  
  146.  
  147.  
  148. Dtwm*backdrop*image: Concave
  149. Dtwm*ws0*backdrop*image: Concave
  150.  
  151.  
  152.  
  153.  
  154.  
  155. Dtwm*ws1*backdrop*image: SkyDark
  156.  
  157.  
  158. !####
  159. !#
  160. !# Specify which color set defaults.
  161. !#
  162. !# Defaults
  163. !#
  164. !#   primaryColorSetId     8 for primary boxes, subpanels.
  165. !#   secondaryColorSetId   8 for secondary boxes, and dtwm dialogs.
  166. !#
  167. !####
  168. !#
  169. Dtwm*primaryColorSetId: 8
  170. Dtwm*secondaryColorSetId: 8
  171.  
  172. !####
  173. !#
  174. !# Special settings for help dialogs from dtwm.
  175. !#
  176. !# Defaults
  177. !#
  178. !#    Black text on white background.
  179. !#    Size of version dialog
  180. !#
  181. !####
  182. !#
  183. Dtwm*XmDialogShell*DisplayArea.background:  White
  184. Dtwm*XmDialogShell*DisplayArea.foreground:  Black
  185. Dtwm*VersionDialog_popup*rows:        20
  186. Dtwm*VersionDialog_popup*columns:    40
  187.  
  188. !####
  189. !#
  190. !# Specify the file name to use to check the mail indicator
  191. !#
  192. !# Default is /usr/mail/$LOGNAME.
  193. !#
  194. !####
  195.  
  196. !# Dtwm*Mail*fileName:                     /usr/mail/$LOGNAME
  197.  
  198.  
  199. !####
  200. !#
  201. !# Specify the default fonts to use in the front panel. This is
  202. !# done for each of the different display resolutions.
  203. !#
  204. !# Default is "fixed" for all resolutions.
  205. !#
  206. !####
  207.  
  208. Dtwm*FrontPanel*highResFontList: \
  209.     -dt-interface system-medium-r-normal-m*-*-*-*-*-*-*-*-*:
  210.  
  211. Dtwm*FrontPanel*mediumResFontList: \
  212.     -dt-interface system-medium-r-normal-s*-*-*-*-*-*-*-*-*:
  213.  
  214. Dtwm*FrontPanel*lowResFontList: \
  215.     -dt-interface system-medium-r-normal-xs*-*-*-*-*-*-*-*-*:
  216.  
  217.  
  218. !###
  219. !#
  220. !#   Use a slightly smaller font for the icon text
  221. !#   Default is "fixed".
  222. !#
  223. !###
  224. Dtwm*icon*fontList: \
  225.     -dt-interface system-medium-r-normal-s*-*-*-*-*-*-*-*-*:
  226.  
  227. !####
  228. !#
  229. !# Specify the double-click time interval
  230. !# (This makes it the same as the default for Mwm 1.0).
  231. !#
  232. !# Default is 200 milliseconds
  233. !#
  234. !####
  235. *multiClickTime:    500
  236.  
  237. !####
  238. !#
  239. !# Specify the placement of icons on the root window in the top left
  240. !# corner of the screen.
  241. !#
  242. !####
  243. Dtwm*iconPlacement:                          Top Left
  244.  
  245. !####
  246. !#
  247. !# Specify characteristics of the icon box, if one is used.
  248. !#
  249. !####
  250. Dtwm*iconBoxGeometry:                  1x4+16+20
  251. Dtwm*iconBoxSBDisplayPolicy:                  horizontal
  252.  
  253.  
  254. !####
  255. !#
  256. !# Specify the mouse button bindings, and the keyboard key bindings.
  257. !#
  258. !####
  259. Dtwm*buttonBindings:                          DtButtonBindings
  260.  
  261. Dtwm*keyBindings:                          DtKeyBindings
  262.  
  263. !# Resource for internal dtwm use:
  264. Dtwm*useAsyncGeometry:                  True
  265.  
  266.  
  267. !# Resource for controlling application list geometry:
  268. !# Dtwm*Running Applications*geometry: 320x890+0+0
  269.  
  270. !# Resource for controlling how many items to show on application list:
  271. Dtwm*App List*visibleItemCount: 10
  272.  
  273.  
  274.  
  275.  
  276. !#############################################################
  277. !#
  278. !#   The GWM workspace popup menu mnemonic's
  279. !#
  280. Dtwm*GwmPopup.popupEnabled:     True
  281. Dtwm*GwmPopup.lockScreen.mnemonic:      L
  282. Dtwm*GwmPopup.exitSession.mnemonic:     o
  283. Dtwm*GwmPopup.addWorkspace.mnemonic:    A
  284. Dtwm*GwmPopup.deleteWorkspace.mnemonic: D
  285. Dtwm*GwmPopup.showProperties.mnemonic:  P
  286. Dtwm*GwmPulldownMenu.mnemonic: B
  287. Dtwm*GwmPopup.renameWorkspace.mnemonic: R
  288. Dtwm*GwmPulldown.changesLayout.mnemonic: L
  289. Dtwm*GwmPulldown.changesSize.mnemonic:   S
  290.  
  291.  
  292. !###############    Other Popular Dtwm Resource Settings  ##########
  293. !#####  See also the Style Manager - Window Manager Dialogue ########
  294.  
  295. !# Dtwm*fadeNormalIcon:            True
  296. !# Dtwm*iconClick:            False
  297. !# Dtwm*interactivePlacement:        True
  298.  
  299. !####################    End of the Dtwm app-defaults File   ###########
  300.