xfce4: fix 2 instead of 4 workspaces

This commit is contained in:
Daniel Langbein 2021-05-24 17:53:38 +02:00
parent 44bb2ade96
commit a022cba62e
3 changed files with 17 additions and 20 deletions

View File

@ -2,7 +2,7 @@
_pkgname=xfce4 _pkgname=xfce4
_reponame=arch _reponame=arch
pkgname="de-p1st-$_pkgname" pkgname="de-p1st-$_pkgname"
pkgver=0.0.14 pkgver=0.0.15
pkgrel=1 pkgrel=1
pkgdesc="XFCE4 with configuration" pkgdesc="XFCE4 with configuration"
arch=('any') arch=('any')
@ -74,8 +74,10 @@ package() {
# === higher screen resolution in a VM === # === higher screen resolution in a VM ===
# config/xfce4/xfconf/xfce4-perchannel-xml/displays.xml # config/xfce4/xfconf/xfce4-perchannel-xml/displays.xml
# === desktop and workspaces === # === desktop ===
# config/xfce4/xfconf/xfce4-perchannel-xml/xfce4-desktop.xml # config/xfce4/xfconf/xfce4-perchannel-xml/xfce4-desktop.xml
# === workspaces ===
# config/xfce4/xfconf/xfce4-perchannel-xml/xfwm4.xml
# === panel === # === panel ===
# config/xfce4/xfconf/xfce4-perchannel-xml/xfce4-panel.xml # config/xfce4/xfconf/xfce4-perchannel-xml/xfce4-panel.xml
# config/xfce4/panel/launcher-8/16218680691.desktop # config/xfce4/panel/launcher-8/16218680691.desktop

View File

@ -9,22 +9,4 @@
<property name="primary" type="bool" value="true"/> <property name="primary" type="bool" value="true"/>
</property> </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> </channel>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Two instead of 4 workspaces -->
<channel name="xfwm4" version="1.0">
<property name="general" type="empty">
<property name="workspace_count" type="int" value="2"/>
<property name="workspace_names" type="array">
<value type="string" value="Workspace 1"/>
<value type="string" value="Workspace 2"/>
</property>
</property>
</channel>