]> git.pld-linux.org Git - packages/3dwm.git/blob - 3dwm-tdwmrc
- s/True Type/TrueType/
[packages/3dwm.git] / 3dwm-tdwmrc
1 <?xml version="1.0" standalone="yes"?>
2
3 <config>
4         
5         <!-- Screen setup.
6                 Use this to specify screen dimensions and color depth.
7                 There should currently only be one screen specification
8                 in the config file. 
9           -->
10         <screens>
11                 <screen name="root" width="640" height="480" depth="16"/>
12         </screens>
13
14         <!-- Event rules.
15                 Event rules are used to map input events to system
16                 commands in the display server. Here you may specify
17                 the filename of any Zorn rule files that should be
18                 loaded into the server. NOTE! You will need to modify
19                 this path to the correct one!
20           -->
21         <eventRules>
22                 <eventRule file="/usr/share/3Dwm/default.zorn"/>
23
24                 <!--
25                 <eventRule file="/usr/share/3Dwm/headtracker.zorn"/>
26                 -->
27         </eventRules>
28
29         <!-- Logging parameters.
30                 Add any log groups that should be subscribed to. All
31                 log messages for subscribed log groups will be output
32                 to the server log file.
33           -->
34         <logging>
35                 <logGroup name="General"/>
36                 <logGroup name="Server"/>
37                 <logGroup name="Thread"/>
38                 <logGroup name="Renderer"/>
39                 <logGroup name="Event"/>
40                 <logGroup name="Platform"/>
41                 <logGroup name="CORBA"/>
42         </logging>
43         
44 </config>
This page took 0.070898 seconds and 3 git commands to generate.