From 1f917d90a1d013cd53166054f2b47971f01d4431 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Mon, 27 Apr 2026 12:10:30 +0200 Subject: [PATCH] feat(noctalia): use uwsm-app instead of uwsm app to lauch apps --- .config/noctalia/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/noctalia/settings.json b/.config/noctalia/settings.json index f2b6efc..888b86c 100644 --- a/.config/noctalia/settings.json +++ b/.config/noctalia/settings.json @@ -4,7 +4,7 @@ "clipboardWatchImageCommand": "wl-paste --type image --watch cliphist store", "clipboardWatchTextCommand": "wl-paste --type text --watch cliphist store", "clipboardWrapText": true, - "customLaunchPrefix": "uwsm app --", + "customLaunchPrefix": "uwsm-app --", "customLaunchPrefixEnabled": true, "density": "default", "enableClipPreview": true,