diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-21 14:34:21 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-22 08:37:01 -0500 |
| commit | 197cb6a37fdf5a9308c87d60877fd39a7799f42c (patch) | |
| tree | dd49ebba144c1f7a6508ef4f1a9f8629237ab70d /config/GeneralConfig.qml | |
| parent | remove config saving, make background scale properly, and add quickshell desk... (diff) | |
| download | caelestia-shell-197cb6a37fdf5a9308c87d60877fd39a7799f42c.tar.gz caelestia-shell-197cb6a37fdf5a9308c87d60877fd39a7799f42c.tar.bz2 caelestia-shell-197cb6a37fdf5a9308c87d60877fd39a7799f42c.zip | |
remove lockscreen
Diffstat (limited to '')
| -rw-r--r-- | config/GeneralConfig.qml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/config/GeneralConfig.qml b/config/GeneralConfig.qml index 52ef0de..2cf99e3 100644 --- a/config/GeneralConfig.qml +++ b/config/GeneralConfig.qml @@ -3,7 +3,6 @@ import Quickshell.Io JsonObject { property string logo: "" property Apps apps: Apps {} - property Idle idle: Idle {} property Battery battery: Battery {} component Apps: JsonObject { @@ -13,26 +12,6 @@ JsonObject { property list<string> explorer: ["thunar"] } - component Idle: JsonObject { - property bool lockBeforeSleep: true - property bool inhibitWhenAudio: true - property list<var> timeouts: [ - { - timeout: 180, - idleAction: "lock" - }, - { - timeout: 300, - idleAction: "dpms off", - returnAction: "dpms on" - }, - { - timeout: 600, - idleAction: ["systemctl", "suspend-then-hibernate"] - } - ] - } - component Battery: JsonObject { property list<var> warnLevels: [ { |