diff options
author | Jani Välimaa <wally@mageia.org> | 2019-05-27 19:26:17 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2019-05-27 19:29:54 +0300 |
commit | e4ef80dabcf8cc081babdcf9ccbc9498106ec847 (patch) | |
tree | 1e0e1799b49ee3ec2b21cda74f537d6ae2707dae /data/xfce4/xfconf | |
parent | 93eaf1283aad10d6de358be4554b1e3e7660b01b (diff) | |
download | config-e4ef80dabcf8cc081babdcf9ccbc9498106ec847.tar config-e4ef80dabcf8cc081babdcf9ccbc9498106ec847.tar.gz config-e4ef80dabcf8cc081babdcf9ccbc9498106ec847.tar.bz2 config-e4ef80dabcf8cc081babdcf9ccbc9498106ec847.tar.xz config-e4ef80dabcf8cc081babdcf9ccbc9498106ec847.zip |
Add initial display config
Disable AutoEnableProfiles setting by default.
More info: https://bugzilla.xfce.org/show_bug.cgi?id=15437
Diffstat (limited to 'data/xfce4/xfconf')
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/displays.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/displays.xml b/data/xfce4/xfconf/xfce-perchannel-xml/displays.xml new file mode 100644 index 0000000..d917531 --- /dev/null +++ b/data/xfce4/xfconf/xfce-perchannel-xml/displays.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="displays" version="1.0"> + <property name="AutoEnableProfiles" type="bool" value="false"/> +</channel> |