OSD: add always on top setting

Notification: add always on top setting
This commit is contained in:
lysec
2025-10-21 15:34:42 +02:00
parent fc2f7f2122
commit 7fcf54a9d3
7 changed files with 17 additions and 17 deletions
+8 -8
View File
@@ -183,19 +183,19 @@
"doNotDisturb": false,
"monitors": [],
"location": "top_right",
"alwaysOnTop": false,
"overlayLayer": true,
"respectExpireTimeout": false,
"lowUrgencyDuration": 3,
"normalUrgencyDuration": 8,
"criticalUrgencyDuration": 15
},
"osd": {
"enabled": true,
"location": "top_right",
"monitors": [],
"autoHideMs": 2000,
"alwaysOnTop": false
},
"osd": {
"enabled": true,
"location": "top_right",
"monitors": [],
"autoHideMs": 2000,
"overlayLayer": true
},
"audio": {
"volumeStep": 5,
"volumeOverdrive": false,