mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
xfce4: fix 2 instead of 4 workspaces
This commit is contained in:
parent
44bb2ade96
commit
a022cba62e
@ -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
|
||||||
|
@ -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>
|
@ -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>
|
Loading…
Reference in New Issue
Block a user