Xfce: configure xfwm4 default workspace names to only show the number

This commit is contained in:
Daniel Ruiz de Alegría 2020-11-26 19:54:33 +01:00
parent fa3a78eb82
commit 0307b61506

View File

@ -10,5 +10,16 @@
<property name="cycle_workspaces" type="bool" value="false"/>
<property name="scroll_workspaces" type="bool" value="false"/>
<property name="wrap_windows" type="bool" value="false"/>
<property name="workspace_names" type="array">
<value type="string" value=" 1 "/>
<value type="string" value=" 2 "/>
<value type="string" value=" 3 "/>
<value type="string" value=" 4 "/>
<value type="string" value=" 5 "/>
<value type="string" value=" 6 "/>
<value type="string" value=" 7 "/>
<value type="string" value=" 8 "/>
<value type="string" value=" 9 "/>
</property>
</property>
</channel>