-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
cli.yml
27 lines (27 loc) · 802 Bytes
/
cli.yml
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
name: "Autoplank"
# version: "0.1.0"
author: "olback <autoplank@olback.net>"
about: "Autoplank. Automatically move plank across monitors!"
args:
- rescan:
help: "Rescan monitors. This is needed when you add/remove a monitor."
short: r
long: rescan
takes_value: false
multiple: false
- elementary-fix:
help: "Remove plank from cerbere"
long: elementary-fix
takes_value: false
multiple: false
- elementary-restore:
help: "Add plank from cerbere"
long: elementary-restore
takes_value: false
multiple: false
- polling-rate:
help: "Set the mouse position polling rate in milliseconds"
short: p
long: polling-rate
takes_value: true
multiple: false