summaryrefslogtreecommitdiff
path: root/config.ts
diff options
context:
space:
mode:
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,