Adjust basic skel settings for XFCE to support HiDPI (#4216)

This commit is contained in:
Igor Pečovnik 2022-09-23 09:34:55 +02:00 committed by GitHub
parent 705bcb3934
commit 93093220ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 36 additions and 1 deletions

View File

@ -50,7 +50,7 @@
<property name="color-style" type="int" value="0"/>
<property name="image-style" type="int" value="5"/>
<property name="image-path" type="string" value="/usr/share/backgrounds/armbian/armbian03-Dre0x-Minum-dark-3840x2160.jpg"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/armbian/armbian03-Dre0x-Minum-light-3840x2160.jpg"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/armbian/armbian03-Dre0x-Minum-dark-3840x2160.jpg"/>
</property>
<property name="workspace1" type="empty">
<property name="color-style" type="int" value="0"/>
@ -73,6 +73,34 @@
<property name="last-image" type="string" value="/usr/share/backgrounds/armbian/armbian18-Dre0x-Minum-light-3840x2160.jpg"/>
</property>
</property>
<property name="monitorDP-2" 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="image-path" type="string" value="/usr/share/backgrounds/armbian/armbian03-Dre0x-Minum-dark-3840x2160.jpg"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/armbian/armbian03-Dre0x-Minum-dark-3840x2160.jpg"/>
</property>
<property name="workspace1" type="empty">
<property name="color-style" type="int" value="0"/>
<property name="image-style" type="int" value="5"/>
<property name="image-path" type="string" value="/usr/share/backgrounds/armbian/armbian03-Dre0x-Minum-dark-3840x2160.jpg"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/armbian/armbian03-Dre0x-Minum-dark-3840x2160.jpg"/>
</property>
</property>
<property name="monitorHDMI-0" 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="image-path" type="string" value="/usr/share/backgrounds/armbian/armbian03-Dre0x-Minum-light-3840x2160.jpg"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/armbian/armbian03-Dre0x-Minum-light-3840x2160.jpg"/>
</property>
<property name="workspace1" type="empty">
<property name="color-style" type="int" value="0"/>
<property name="image-style" type="int" value="5"/>
<property name="image-path" type="string" value="/usr/share/backgrounds/armbian/armbian03-Dre0x-Minum-dark-3840x2160.jpg"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/armbian/armbian03-Dre0x-Minum-dark-3840x2160.jpg"/>
</property>
</property>
</property>
<property name="single-workspace-mode" type="bool" value="false"/>
</property>

View File

@ -13,5 +13,7 @@
<property name="lid-action-on-battery" type="uint" value="0"/>
<property name="lid-action-on-ac" type="uint" value="0"/>
<property name="handle-brightness-keys" type="bool" value="true"/>
<property name="brightness-switch-restore-on-exit" type="int" value="1"/>
<property name="brightness-switch" type="int" value="0"/>
</property>
</channel>

View File

@ -84,5 +84,7 @@
<property name="vblank_mode" type="string" value="off"/>
<property name="titleless_maximize" type="bool" value="false"/>
<property name="zoom_desktop" type="bool" value="true"/>
<property name="cycle_minimized" type="bool" value="false"/>
<property name="zoom_pointer" type="bool" value="true"/>
</property>
</channel>

View File

@ -34,4 +34,7 @@
<property name="CursorThemeName" type="empty"/>
<property name="CursorThemeSize" type="empty"/>
</property>
<property name="Gdk" type="empty">
<property name="WindowScalingFactor" type="int" value="1"/>
</property>
</channel>