xfce4: two workspaces only

This commit is contained in:
Daniel Langbein 2021-05-14 15:40:50 +02:00
parent bb21d2e559
commit c956525378
3 changed files with 22 additions and 2 deletions

View File

@ -2,7 +2,7 @@
_pkgname=xfce4
_reponame=arch
pkgname="de-p1st-$_pkgname"
pkgver=0.0.9
pkgver=0.0.10
pkgrel=1
pkgdesc="XFCE4 with configuration"
arch=('any')

View File

@ -1 +1 @@
TODO: check show icons on primary
desktop-icons on primary display is set to "true"

View File

@ -1,10 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-desktop" version="1.0">
<property name="desktop-icons" type="empty">
<!-- Show desktop icons on primary desktop,
otherwise some of them might be invisible (as they are too far down the screen)
when using HiDPI-->
<property name="primary" type="bool" value="true"/>
</property>
<!-- Enable two (instead of the default 4) workspaces -->
<property name="backdrop" type="empty">
<property name="screen0" type="empty">
<property name="monitorVirtual1" 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/backgrounds/xfce/xfce-verticals.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/backgrounds/xfce/xfce-verticals.png"/>
</property>
</property>
</property>
</property>
</channel>