mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-03-25 12:55:50 +01:00
Merge branch 'workspace-count' into 'main'
xfwm4: Reduce number of default workspaces from 4 to 1. See merge request systemrescue/systemrescue-sources!195
This commit is contained in:
commit
eb536c5a06
|
|
@ -70,7 +70,7 @@
|
|||
<property name="unredirect_overlays" type="bool" value="true"/>
|
||||
<property name="urgent_blink" type="bool" value="false"/>
|
||||
<property name="use_compositing" type="bool" value="true"/>
|
||||
<property name="workspace_count" type="int" value="4"/>
|
||||
<property name="workspace_count" type="int" value="1"/>
|
||||
<property name="wrap_cycle" type="bool" value="true"/>
|
||||
<property name="wrap_layout" type="bool" value="true"/>
|
||||
<property name="wrap_resistance" type="int" value="10"/>
|
||||
|
|
@ -79,9 +79,6 @@
|
|||
<property name="zoom_desktop" type="bool" value="true"/>
|
||||
<property name="workspace_names" type="array">
|
||||
<value type="string" value="Workspace 1"/>
|
||||
<value type="string" value="Workspace 2"/>
|
||||
<value type="string" value="Workspace 3"/>
|
||||
<value type="string" value="Workspace 4"/>
|
||||
</property>
|
||||
</property>
|
||||
</channel>
|
||||
|
|
|
|||
Loading…
Reference in a new issue