mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-26 01:36:05 +01:00
13 lines
433 B
XML
13 lines
433 B
XML
<?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> |