diff options
author | Jani Välimaa <wally@mageia.org> | 2012-11-11 18:53:56 +0000 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2012-11-11 18:53:56 +0000 |
commit | 9a65c9c64a3f8cb62e875e43402b23010ebe8f8b (patch) | |
tree | d39978c84e76347ec718304a71bce07d890f6e1d /OLD | |
parent | fff8349c656348e215f7a01614f25aedc3d1c4cf (diff) | |
download | config-9a65c9c64a3f8cb62e875e43402b23010ebe8f8b.tar config-9a65c9c64a3f8cb62e875e43402b23010ebe8f8b.tar.gz config-9a65c9c64a3f8cb62e875e43402b23010ebe8f8b.tar.bz2 config-9a65c9c64a3f8cb62e875e43402b23010ebe8f8b.tar.xz config-9a65c9c64a3f8cb62e875e43402b23010ebe8f8b.zip |
Move display.xml to OLD
Let users handle initial display settings by themselves.
Diffstat (limited to 'OLD')
-rw-r--r-- | OLD/xfce-perchannel-xml/displays.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/OLD/xfce-perchannel-xml/displays.xml b/OLD/xfce-perchannel-xml/displays.xml new file mode 100644 index 0000000..18de9b1 --- /dev/null +++ b/OLD/xfce-perchannel-xml/displays.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="displays" version="1.0"> + <property name="Default" type="empty"> + <property name="Layout" type="string" value="Screens"/> + <property name="NumScreens" type="int" value="1"/> + <property name="Screen_0" type="empty"> + <property name="Resolution" type="string" value="1600x1200"/> + <property name="RefreshRate" type="int" value="85"/> + <property name="Rotation" type="int" value="0"/> + </property> + </property> +</channel> |