-
Notifications
You must be signed in to change notification settings - Fork 187
/
Copy pathwrot.xml
44 lines (44 loc) · 1.63 KB
/
wrot.xml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0"?>
<wayfire>
<plugin name="wrot">
<_short>Window Rotate</_short>
<_long>A plugin to rotate windows with the mouse.</_long>
<category>Effects</category>
<option name="activate" type="button">
<_short>Rotate 2D</_short>
<_long>Rotates the window around its z-axis.</_long>
<default><super> <ctrl> BTN_RIGHT</default>
</option>
<option name="activate-3d" type="button">
<_short>Rotate 3D</_short>
<_long>Rotates the window around its x and y axes..</_long>
<default><super> <shift> BTN_RIGHT</default>
</option>
<option name="reset_radius" type="double">
<_short>Reset Radius</_short>
<_long>The radius of the reset area for 2D rotations. The reset area is located at the center of the view and resets the rotation.</_long>
<default>25.0</default>
<min>1.0</min>
</option>
<option name="reset-one" type="key">
<_short>Reset Current</_short>
<_long>Remove rotation from the currently focused view.</_long>
<default><super> KEY_R</default>
</option>
<option name="reset" type="key">
<_short>Reset All</_short>
<_long>Remove rotation from all views.</_long>
<default><super> <ctrl> KEY_R</default>
</option>
<option name="sensitivity" type="int">
<_short>Sensitivity (3D)</_short>
<_long>How quickly 3D rotations happen with mouse movements (in arminutes per pixel).</_long>
<default>24</default>
</option>
<option name="invert" type="bool">
<_short>Invert 3D rotation directions</_short>
<_long>Invert the direction of movement for 3D rotations.</_long>
<default>false</default>
</option>
</plugin>
</wayfire>