forked from timbertson/gnome-shell-scroll-workspaces
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gnome-shell-scroll-workspaces.xml.template
25 lines (25 loc) · 1.12 KB
/
gnome-shell-scroll-workspaces.xml.template
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
<?xml version="1.0"?>
<?xml-stylesheet type='text/xsl' href='interface.xsl'?>
<interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface" xmlns:compile="http://zero-install.sourceforge.net/2006/namespaces/0compile" xmlns:release="http://zero-install.sourceforge.net/2007/namespaces/0release">
<name>gnome-shell-scroll-workspaces</name>
<summary>gnome-shell-scroll-workspaces</summary>
<description>
Change workspaces by scrolling while over the top panel in gnome shell.
</description>
<homepage>https://github.com/gfxmonk/gnome-shell-scroll-workspaces</homepage>
<feed-for interface="http://gfxmonk.net/dist/0install/gnome-shell-scroll-workspaces.xml"/>
<group>
<environment insert="xdg/data" mode="prepend" name="XDG_DATA_DIRS"/>
<command name="run">
<runner interface="http://gfxmonk.net/dist/0install/zeroinstall-plugin-manager.xml">
<arg>http://gfxmonk.net/dist/0install/gnome-shell.xml</arg>
<arg>--plugin-command</arg>
<arg>run</arg>
</runner>
</command>
<implementation version="{version}">
<manifest-digest/>
<archive href="{archive}"/>
</implementation>
</group>
</interface>