vertical.defs 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. !######################################################################
  2. !#
  3. !# File: vertical.defs
  4. !#
  5. !# Directory: /usr/lib/X11/dt/examples/dtwm
  6. !#
  7. !# Description: Sample Application Defaults for the
  8. !# HP DT Window Manager
  9. !# (Tuned for MedResMedColor screens)
  10. !#
  11. !# Hewlett-Packard Visual User Environment, Version 2.1
  12. !#
  13. !# Copyright (c) 1990 Hewlett-Packard Company
  14. !#
  15. !# $XConsortium: vertical.defs /main/2 1996/07/18 15:28:22 drk $
  16. !#
  17. !######################################################################
  18. !#########
  19. !#
  20. !# This dtwm resource file is used in conjunction with the
  21. !# "vertical.rc" file to create a vertically oriented front panel
  22. !# at the right edge of the screen.
  23. !#
  24. !# Merge these resources into your display environment
  25. !# using the command:
  26. !#
  27. !# xrdb -merge vertical.defs
  28. !#
  29. !# Then, restart the window manager for the changes to take effect.
  30. !#
  31. !#########
  32. !#########
  33. !#
  34. !# Cause dtwm to manage all the screens available on a given display.
  35. !# (Default is to manage only the screen specified by the $DISPLAY
  36. !# environment variable or by the -display command line option.)
  37. !#
  38. !#########
  39. dtwm*multiScreen: True
  40. !#########
  41. !#
  42. !# Specify the name of the front panel description within the RC file.
  43. !#
  44. !#########
  45. dtwm*frontPanel*name: VerticalFrontPanel
  46. !#########
  47. !#
  48. !# This resource puts the front panel at the right edge of the
  49. !# screen.
  50. !#
  51. !#########
  52. dtwm*frontPanel*geometry: -10+10
  53. !#########
  54. !#
  55. !# Enable "pointer focus".
  56. !#
  57. !#########
  58. dtwm*keyboardFocusPolicy: pointer
  59. !#########
  60. !#
  61. !# This resource must be specified for the customized window menu to
  62. !# be used.
  63. !#
  64. !#########
  65. dtwm*windowMenu: DtWindowMenu
  66. !#########
  67. !#
  68. !# Font to use in the workspace switch
  69. !#
  70. !#########
  71. dtwm*fontList: system17
  72. !####
  73. !#
  74. !# Set the number of rows in the workspace switch in the front panel
  75. !#
  76. !# Default is 2
  77. !#
  78. !# Also, set the number and name of workspaces and workspace buttons
  79. !#
  80. !####
  81. dtwm*frontPanel*numberOfSwitchRows: 6
  82. dtwm*workspaceList: A B C D E F
  83. !####
  84. !#
  85. !# Set the background of all the rows to be 50_foreground to give
  86. !# a dithered (shaded) appearance.
  87. !#
  88. !# Default is to let the background color of the individual row
  89. !# to show through
  90. !#
  91. !####
  92. Dtwm*frontPanel*rowBackgroundPixmap: 50_foreground
  93. !####
  94. !#
  95. !# Specify the placement of icons on the root window
  96. !# from left to right, across the bottom of the screen.
  97. !#
  98. !####
  99. dtwm*iconPlacement: Left Bottom
  100. !######################## eof ##############################