From 999f295a78beda2cc6d815c5f2ca2703b658916c Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 5 Mar 2025 00:08:29 +1100 Subject: launcher: allow disabling actions Disable actions in session screen by default Also remove periods from power action descriptions --- config.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'config.ts') 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, -- cgit v1.2.3-freya