Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 879 Bytes

notes.adoc

File metadata and controls

31 lines (23 loc) · 879 Bytes

XFWM Swap Workspaces

Use wmctl to do it?

Looks like wmctrl can do everything required except rename the workspaces. So, how to do that:

cat ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
<?xml version="1.0" encoding="UTF-8"?>

<channel name="xfwm4" version="1.0">
  <property name="general" type="empty">
	<property name="workspace_names" type="array">
      <value type="string" value="Personal: Email"/>
      <value type="string" value="Project: Notetaking"/>
      <value type="string" value="Project: duncanlock.net Pelican"/>
      ...
    </property>
  </property>
</channel>