From 23ff53dcac6510817717a8636e69823f770eb42a Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Tue, 6 Jan 2026 14:29:21 +0800 Subject: [PATCH] fix: noctalia - disable osd for brightness changes due to issue https://github.com/noctalia-dev/noctalia-shell/issues/1281 --- home/linux/gui/base/noctalia/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/linux/gui/base/noctalia/settings.json b/home/linux/gui/base/noctalia/settings.json index b774c0e5..dc5a42c4 100644 --- a/home/linux/gui/base/noctalia/settings.json +++ b/home/linux/gui/base/noctalia/settings.json @@ -400,7 +400,7 @@ "autoHideMs": 2000, "backgroundOpacity": 1, "enabled": true, - "enabledTypes": [0, 1, 2, 4, 3], + "enabledTypes": [0, 1, 4, 3], "location": "top_right", "monitors": [], "overlayLayer": true