diff options
| author | kj_sh604 | 2025-12-29 14:05:52 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-12-29 14:05:52 -0500 |
| commit | f08c428f678dca0e5d82476340638b0b31f5cc0e (patch) | |
| tree | e2542816006599f5e609268913bbd83bd98af26d /.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml | |
| parent | d1d3dcee3b55d8646cb1509d94fd783bce15f3ad (diff) | |
refactor: add all xfce4 `.xml` files
Diffstat (limited to '.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml')
| -rw-r--r-- | .config/xfce4/xfconf/xfce-perchannel-xml/displays.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml new file mode 100644 index 0000000..9f6062d --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/displays.xml @@ -0,0 +1,28 @@ +<?xml version="1.1" encoding="UTF-8"?> + +<channel name="displays" version="1.0"> + <property name="ActiveProfile" type="string" value="Default"/> + <property name="Notify" type="int" value="1"/> + <property name="AutoEnableProfiles" type="int" value="3"/> + <property name="Default" type="empty"> + <property name="eDP1" type="string" value="Laptop"> + <property name="Active" type="bool" value="false"/> + <property name="EDID" type="string" value="956e5c6a3c9f533908759566b44050e32ea1a8b5"/> + </property> + <property name="DP2" type="string" value="AOP 24""> + <property name="Active" type="bool" value="true"/> + <property name="EDID" type="string" value="a6dd2ab460a400485eba2ab58912393a08c2b558"/> + <property name="Resolution" type="string" value="1920x1080"/> + <property name="RefreshRate" type="double" value="74.972502921564583"/> + <property name="ModeFlags" type="uint64" value="10"/> + <property name="Rotation" type="int" value="0"/> + <property name="Reflection" type="string" value="0"/> + <property name="Primary" type="bool" value="false"/> + <property name="Scale" type="double" value="1"/> + <property name="Position" type="empty"> + <property name="X" type="int" value="0"/> + <property name="Y" type="int" value="0"/> + </property> + </property> + </property> +</channel> |
