Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit 6293385

Browse files
committed
remove frame rate
1 parent c713cad commit 6293385

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

data/doc/3.basic_config.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ Array of widget items. If multiple widgets pile up, the last one in array gets t
6363
| monitor | Monitor index, or the connector name of the monitor, index start from 0 |
6464
| ignore_exlusive | whether to overlap with other layershell. |
6565
| transition_duration | widget pop up duration. |
66-
| frame_rate | default to your monitor refresh rate, you should not change it normally. |
6766
| extra_trigger_size | the extra size for trigger popup, default 1, this does not need to be changed. |
6867
| preview_size | reveal some part of the widget, default 0. |
6968
| widget | the actual widget, goto `widgets` |
@@ -84,7 +83,6 @@ _Example:_
8483
},
8584
"ignore_exlusive": true,
8685
"transition_duration": 200,
87-
"frame_rate": 144,
8886
"extra_trigger_size": 5,
8987
"preview_size": 20, // or "100%"
9088
"widget": {

0 commit comments

Comments
 (0)