mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
xfce4: two workspaces only
This commit is contained in:
parent
bb21d2e559
commit
c956525378
@ -2,7 +2,7 @@
|
|||||||
_pkgname=xfce4
|
_pkgname=xfce4
|
||||||
_reponame=arch
|
_reponame=arch
|
||||||
pkgname="de-p1st-$_pkgname"
|
pkgname="de-p1st-$_pkgname"
|
||||||
pkgver=0.0.9
|
pkgver=0.0.10
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="XFCE4 with configuration"
|
pkgdesc="XFCE4 with configuration"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -1 +1 @@
|
|||||||
TODO: check show icons on primary
|
desktop-icons on primary display is set to "true"
|
@ -1,10 +1,30 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<channel name="xfce4-desktop" version="1.0">
|
<channel name="xfce4-desktop" version="1.0">
|
||||||
|
|
||||||
<property name="desktop-icons" type="empty">
|
<property name="desktop-icons" type="empty">
|
||||||
<!-- Show desktop icons on primary desktop,
|
<!-- Show desktop icons on primary desktop,
|
||||||
otherwise some of them might be invisible (as they are too far down the screen)
|
otherwise some of them might be invisible (as they are too far down the screen)
|
||||||
when using HiDPI-->
|
when using HiDPI-->
|
||||||
<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>
|
Loading…
Reference in New Issue
Block a user