|
40 | 40 |
|
41 | 41 | /**================================================== * |
42 | 42 | * ============== Mouse Speed Factor ============== * |
43 | | - * ================================================== |
| 43 | + * ================================================== * |
44 | 44 | * |
45 | 45 | * This affects how fast the mouse moves. |
46 | 46 | * |
|
104 | 104 | * but will only activate on an output that is not currently |
105 | 105 | * active. |
106 | 106 | * |
107 | | - **/ |
| 107 | + * */ |
108 | 108 |
|
109 | 109 | /**================================================== * |
110 | 110 | * |
111 | 111 | * SCREENSAVER_{A|B}_MODE: DISABLED |
112 | 112 | * PONG |
113 | 113 | * JITTER |
114 | 114 | * |
115 | | - **/ |
| 115 | + * */ |
116 | 116 |
|
117 | 117 | #define SCREENSAVER_A_MODE DISABLED |
118 | 118 | #define SCREENSAVER_B_MODE DISABLED |
|
122 | 122 | * SCREENSAVER_{A|B}_IDLE_TIME_SEC: Number of seconds that an output |
123 | 123 | * must be inactive before the screensaver mode will be activated. |
124 | 124 | * |
125 | | - **/ |
| 125 | + * */ |
126 | 126 |
|
127 | 127 | #define SCREENSAVER_A_IDLE_TIME_SEC 240 |
128 | 128 | #define SCREENSAVER_B_IDLE_TIME_SEC 240 |
|
132 | 132 | * SCREENSAVER_{A|B}_MAX_TIME_SEC: Number of seconds that the screensaver |
133 | 133 | * will run on an output before being deactivated. 0 for indefinitely. |
134 | 134 | * |
135 | | - **/ |
| 135 | + * */ |
136 | 136 |
|
137 | 137 | #define SCREENSAVER_A_MAX_TIME_SEC 0 |
138 | 138 | #define SCREENSAVER_B_MAX_TIME_SEC 0 |
|
142 | 142 | * SCREENSAVER_{A|B}_ONLY_IF_INACTIVE: [0 or 1] 1 means the |
143 | 143 | * screensaver will activate only if the output is inactive. |
144 | 144 | * |
145 | | - **/ |
| 145 | + * */ |
146 | 146 |
|
147 | 147 | #define SCREENSAVER_A_ONLY_IF_INACTIVE 0 |
148 | 148 | #define SCREENSAVER_B_ONLY_IF_INACTIVE 0 |
149 | 149 |
|
150 | 150 | /**================================================== * |
151 | 151 | * ================ Output OS Config =============== * |
152 | | - * ================================================== |
| 152 | + * ================================================== * |
153 | 153 | * |
154 | 154 | * Defines OS an output connects to. You will need to worry about this only if you have |
155 | 155 | * multiple desktops and one of your outputs is MacOS or Windows. |
|
167 | 167 |
|
168 | 168 | /**================================================== * |
169 | 169 | * ================= Enforce Ports ================= * |
170 | | - * ================================================== |
| 170 | + * ================================================== * |
171 | 171 | * |
172 | 172 | * If enabled, fixes some device incompatibilities by |
173 | 173 | * enforcing keyboard has to be in port A and mouse in port B. |
|
182 | 182 |
|
183 | 183 | /**================================================== * |
184 | 184 | * ============= Enforce Boot Protocol ============= * |
185 | | - * ================================================== |
| 185 | + * ================================================== * |
186 | 186 | * |
187 | 187 | * If enabled, fixes some device incompatibilities by |
188 | 188 | * enforcing the boot protocol (which is simpler to parse |
|
0 commit comments