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 /data/xfce4/xfconf | |
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 'data/xfce4/xfconf')
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/displays.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/displays.xml b/data/xfce4/xfconf/xfce-perchannel-xml/displays.xml deleted file mode 100644 index 18de9b1..0000000 --- a/data/xfce4/xfconf/xfce-perchannel-xml/displays.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?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> |