summaryrefslogtreecommitdiff
path: root/config.ts
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-05 00:08:29 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-05 11:41:20 +1100
commit999f295a78beda2cc6d815c5f2ca2703b658916c (patch)
tree4f514580b0d19c65e5bfea17ea9736ad6b138489 /config.ts
parentlauncher: add power actions (diff)
downloadcaelestia-shell-999f295a78beda2cc6d815c5f2ca2703b658916c.tar.gz
caelestia-shell-999f295a78beda2cc6d815c5f2ca2703b658916c.tar.bz2
caelestia-shell-999f295a78beda2cc6d815c5f2ca2703b658916c.zip
launcher: allow disabling actions
Disable actions in session screen by default Also remove periods from power action descriptions
Diffstat (limited to 'config.ts')
-rw-r--r--config.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.ts b/config.ts
index f0d6e6b..f02bb39 100644
--- a/config.ts
+++ b/config.ts
@@ -124,6 +124,7 @@ const DEFAULTS = {
wallpaper: {
style: "medium", // One of "compact", "medium", "large"
},
+ disabledActions: ["logout", "shutdown", "reboot", "hibernate"], // Actions to hide, see launcher/actions.tsx for available actions
},
notifpopups: {
maxPopups: -1,