File: extra-gestures.xml

package info (click to toggle)
wayfire 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,764 kB
  • sloc: cpp: 52,464; xml: 2,987; ansic: 699; makefile: 161
file content (29 lines) | stat: -rw-r--r-- 984 bytes parent folder | download | duplicates (2)
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
26
27
28
29
<?xml version="1.0"?>
<wayfire>
	<plugin name="extra-gestures">
		<_short>Extra Touchscreen Gestures</_short>
		<_long>A plugin which provides several touchscreen gestures.</_long>
		<category>Desktop</category>
		<option name="move_fingers" type="int">
			<_short>Fingers to move</_short>
			<_long>Number of fingers to press and hold to start interactive move of the view.</_long>
			<default>3</default>
			<min>1</min>
			<max>20</max>
		</option>
		<option name="move_delay" type="int">
			<_short>Start moving after</_short>
			<_long>Amount of time in milliseconds to hold fingers before starting interactive move of the view.</_long>
			<default>750</default>
			<min>1</min>
			<max>10000</max>
		</option>
		<option name="close_fingers" type="int">
			<_short>Tap to close</_short>
			<_long>Number of fingers to tap with to close a window. Set to very high(20) to disable.</_long>
			<default>20</default>
			<min>1</min>
			<max>20</max>
		</option>
	</plugin>
</wayfire>