mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-03 20:32:07 -04:00
dwl/mango: support keyboard layout
This commit is contained in:
@@ -14,6 +14,11 @@ Singleton {
|
||||
property var layouts: []
|
||||
property string activeOutput: ""
|
||||
property var outputScales: ({})
|
||||
property string currentKeyboardLayout: {
|
||||
if (!outputs || !activeOutput) return ""
|
||||
const output = outputs[activeOutput]
|
||||
return (output && output.kbLayout) || ""
|
||||
}
|
||||
|
||||
signal stateChanged()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user