Skip to content
Snippets Groups Projects
Verified Commit 2e4e1f63 authored by Dan Johansen's avatar Dan Johansen
Browse files

[xfce] fix wallpaper issue on panfrost driver. And fix a syntax error in power manager config

parent 33490709
No related branches found
No related tags found
No related merge requests found
......@@ -12,27 +12,27 @@
<property name="workspace1" type="empty">
<property name="color-style" type="int" value="0"/>
<property name="image-style" type="int" value="5"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/xfce/xfce-teal.jpg"/>
<property name="last-image" type="string" value="/usr/share/wallpapers/manjaro-arm/generic/manjaro-arm.png"/>
</property>
<property name="workspace2" type="empty">
<property name="color-style" type="int" value="0"/>
<property name="image-style" type="int" value="5"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/xfce/xfce-teal.jpg"/>
<property name="last-image" type="string" value="/usr/share/wallpapers/manjaro-arm/generic/manjaro-arm.png"/>
</property>
<property name="workspace3" type="empty">
<property name="color-style" type="int" value="0"/>
<property name="image-style" type="int" value="5"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/xfce/xfce-teal.jpg"/>
<property name="last-image" type="string" value="/usr/share/wallpapers/manjaro-arm/generic/manjaro-arm.png"/>
</property>
<property name="workspace4" type="empty">
<property name="color-style" type="int" value="0"/>
<property name="image-style" type="int" value="5"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/xfce/xfce-teal.jpg"/>
<property name="last-image" type="string" value="/usr/share/wallpapers/manjaro-arm/generic/manjaro-arm.png"/>
</property>
<property name="workspace5" type="empty">
<property name="color-style" type="int" value="0"/>
<property name="image-style" type="int" value="5"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/xfce/xfce-teal.jpg"/>
<property name="last-image" type="string" value="/usr/share/wallpapers/manjaro-arm/generic/manjaro-arm.png"/>
</property>
</property>
<property name="monitorHDMI-1" type="empty">
......@@ -44,7 +44,19 @@
<property name="workspace1" type="empty">
<property name="color-style" type="int" value="0"/>
<property name="image-style" type="int" value="5"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/xfce/xfce-stripes.png"/>
<property name="last-image" type="string" value="/usr/share/wallpapers/manjaro-arm/generic/manjaro-arm.png"/>
</property>
</property>
<property name="monitoreDP-1" type="empty">
<property name="workspace0" type="empty">
<property name="color-style" type="int" value="0"/>
<property name="image-style" type="int" value="5"/>
<property name="last-image" type="string" value="/usr/share/wallpapers/manjaro-arm/generic/manjaro-arm.png"/>
</property>
<property name="workspace1" type="empty">
<property name="color-style" type="int" value="0"/>
<property name="image-style" type="int" value="5"/>
<property name="last-image" type="string" value="/usr/share/wallpapers/manjaro-arm/generic/manjaro-arm.png"/>
</property>
</property>
</property>
......
......@@ -8,9 +8,9 @@
<property name="logind-handle-lid-switch" type="bool" value="false"/>
<property name="show-tray-icon" type="bool" value="true"/>
<property name="general-notification" type="bool" value="true"/>
<property name="presentation-mode" type="bool" value="true"/>
<property name="presentation-mode" type="bool" value="false"/>
<property name="lid-action-on-battery" type="uint" value="0"/>
<property name="lid-action-on-ac" type="uint" value="0"/>true
<property name="handle-brightness-keys" type="bool" value=""/>
<property name="lid-action-on-ac" type="uint" value="0"/>
<property name="handle-brightness-keys" type="bool" value="true"/>
</property>
</channel>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment