skel: xfwm: decrease default number of workspaces to 2

fixes #28
This commit is contained in:
nodiscc
2020-03-09 18:57:08 +01:00
parent 5421b628f6
commit c4147b5dc3

View File

@@ -35,6 +35,7 @@
<property name="sync_to_vblank" type="bool" value="true"/> <property name="sync_to_vblank" type="bool" value="true"/>
<property name="titleless_maximize" type="bool" value="false"/> <property name="titleless_maximize" type="bool" value="false"/>
<property name="zoom_desktop" type="bool" value="true"/> <property name="zoom_desktop" type="bool" value="true"/>
<property name="workspace_count" type="int" value="2"/>
<property name="workspace_names" type="array"> <property name="workspace_names" type="array">
<value type="string" value="Workspace 1"/> <value type="string" value="Workspace 1"/>
<value type="string" value="Workspace 2"/> <value type="string" value="Workspace 2"/>