diff options
Diffstat (limited to '')
| -rw-r--r-- | .config/desk.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/desk.toml b/.config/desk.toml new file mode 100644 index 0000000..7e6ea07 --- /dev/null +++ b/.config/desk.toml @@ -0,0 +1,9 @@ +connection_attempts = 5 + +[positions] +walk = 12600 +stand = 11500 +up = 11500 +half = 10000 +sit = 8200 +down = 8200 |