|
472 | 472 | </description> |
473 | 473 | </key> |
474 | 474 |
|
475 | | - <key type="b" name="enable-edge-flip"> |
476 | | - <default>false</default> |
477 | | - <summary>Whether edge flip is enabled</summary> |
478 | | - </key> |
479 | | - |
480 | | - <key type="i" name="edge-flip-delay"> |
481 | | - <default>1000</default> |
482 | | - <summary>Duration of the delay before switching the workspace</summary> |
483 | | - <description>Duration of the delay (in milliseconds)</description> |
484 | | - </key> |
485 | | - |
486 | 475 | <key type="b" name="cinnamon-settings-advanced"> |
487 | 476 | <default>false</default> |
488 | 477 | <summary>Whether advanced mode is enabled in cinnamon-settings</summary> |
|
532 | 521 | <description>If true, the pointer will be set to the center of the new monitor when using pointer next/previous shortcuts.</description> |
533 | 522 | </key> |
534 | 523 |
|
| 524 | + <key type="b" name="internal-screensaver-enabled"> |
| 525 | + <default>true</default> |
| 526 | + <summary>Use internal screensaver implementation. Requires cinnamon restart if changed.</summary> |
| 527 | + <description>If true, use Cinnamon's internal screensaver for locking instead of the external cinnamon-screensaver daemon.</description> |
| 528 | + </key> |
| 529 | + |
| 530 | + <key type="b" name="session-locked-state"> |
| 531 | + <default>false</default> |
| 532 | + <summary>Whether the session is currently locked</summary> |
| 533 | + <description>Persists the screensaver locked state so it can be restored after a Cinnamon restart. This key is managed internally and should not be modified manually.</description> |
| 534 | + </key> |
| 535 | + |
| 536 | + <key type="b" name="debug-screensaver"> |
| 537 | + <default>false</default> |
| 538 | + <summary>Enable screensaver debug logging</summary> |
| 539 | + <description>If true, enables verbose debug logging for the screensaver, unlock dialog, and backup-locker.</description> |
| 540 | + </key> |
| 541 | + |
535 | 542 | <child name="theme" schema="org.cinnamon.theme"/> |
536 | 543 | <child name="recorder" schema="org.cinnamon.recorder"/> |
537 | 544 | <child name="keyboard" schema="org.cinnamon.keyboard"/> |
|
0 commit comments