summaryrefslogtreecommitdiff
path: root/doc/README.xfconf
blob: 80f0ed8a79cceb4dc012c06c8f15600e94754e65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Xfdesktop now uses Xfconf to store its configuration.  Xfconf is a
hierarchical configuration system.  The channel name that xfdesktop uses
is 'xfce4-desktop'.  Property names below should be referred to with each
component separated by a slash ('/') character.  The data type of each
property is listd after the name.
The monitor settings are referred to by name where possible so that when
the same monitor is plugged in again those settings apply to it.

<backdrop>
  <single-workspace-mode bool>
  <single-workspace-number int>
  <screen0>
    <monitor0>
      <workspace0>
        <backdrop-cycle-enable bool>
        <backdrop-cycle-period int>
        <backdrop-cycle-random-order bool>
        <backdrop-cycle-timer int>
        <color1 array:uint16,uint16,uint16>
        <color2 array:uint16,uint16,uint16>
        <color-style int>
        <image-style int>
        <last-image string>
      </workspace0>
    </monitor0>
  </screen0>
</backdrop>
<windowlist-menu>
    <show bool>
    <show-icons bool>
    <show-workspace-names bool>
    <show-sticky-once bool>
    <show-submenus bool>
    <show-add-remove-workspaces bool>
</windowlist-menu>
<desktop-menu>
    <show bool>
    <show-icons bool>
    <max-template-files int>
</desktop-menu>
<desktop-icons>
    <style int>
    <use-custom-font-size bool>
    <font-size double>
    <icon-size uint>
    <single-click bool>
    <show-thumbnails bool>
    <show-tooltips bool>
    <tooltip-size double>
    <file-icons>
        <show-filesystem bool>
        <show-home bool>
        <show-trash bool>
        <show-removable bool>
        <show-device-removable bool>
        <show-network-removable bool>
        <show-unknown-removable bool>
    </file-icons>
</desktop-icons>