blob: 6e2aebb6b842bb2e575ad5a0725c827a1e52681d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>spiderx@spiderx.dp.ua</email>
<name>Vladimir Pavljuchenkov</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription lang="en">
This is a utility which reads libinput gestures from your touchpad
and maps them to gestures you configure in a configuration file.
Each gesture can be configured to activate a shell command which is
typically an xdotool command to action desktop/window/application
keyboard combinations and commands.
</longdescription>
<use>
<flag name="experimental">avoid producing zombie processes</flag>
</use>
<origin>srcux</origin>
</pkgmetadata>
|