File: WorkspaceSwitcher.addin.xml

package info (click to toggle)
docky 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,516 kB
  • ctags: 4,518
  • sloc: cs: 28,580; makefile: 895; sh: 604; xml: 16
file content (25 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Addin 
	id="WorkspaceSwitcher"
	namespace="Docky"
	version="1.0"
	isroot="false"
	defaultEnabled="false"
	name="Workspace Switcher"
	description="Switch between your Desks"
	author="Rico Tzschichholz"
	icon="workspace-switcher"
>
 
 	<Dependencies>
		<Addin id="Items" version="1.0" />
	</Dependencies>
 
	<Runtime>
		<Import assembly="WorkspaceSwitcher.dll"/>
	</Runtime>
	
	<Extension path="/Docky/ItemProvider">
		<ItemProvider type="WorkspaceSwitcher.WorkspaceSwitcherItemProvider" />
	</Extension>	

</Addin>