-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini.example
More file actions
33 lines (26 loc) · 1.07 KB
/
config.ini.example
File metadata and controls
33 lines (26 loc) · 1.07 KB
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
# mouseferry — configuration
[general]
# Screen edge that triggers the switch to Android: left | right
edge = left
# Pixels from the edge required to trigger the switch
threshold = 2
# Mouse polling interval in ms
poll_ms = 50
# Return sensitivity: how strongly you have to sweep the mouse back toward
# the PC to return control. Higher values = a more decisive gesture is
# required. Typical real-world range: 600-1200 depending on mouse DPI
# (the gesture produces a net REL_X delta in this range over ~300 ms).
return_sensitivity = 800
# Which monitor's edge counts as the trigger.
# Allowed values:
# primary use the X11 primary monitor (default)
# auto-from-cursor snapshot the monitor under the cursor at startup
# <output-name> exact xrandr output name, e.g. eDP-1, HDMI-1, DP-2
# <1-based index> index from `mouseferry --list-monitors`, e.g. 1
# Use `mouseferry --list-monitors` to see what's connected.
monitor = primary
[scrcpy]
# Android device serial (empty = auto-detect via adb)
serial =
# Extra flags passed to scrcpy (space-separated)
extra_args =