ags: config option for monitor get scaled size method (#424)

This commit is contained in:
end-4
2024-05-25 19:57:03 +07:00
parent 3f18c4bc9d
commit 52f39e3a01
2 changed files with 11 additions and 4 deletions
@@ -55,6 +55,9 @@ let configOptions = {
'color': 'rgba(113,227,32,0.9)',
},
},
'monitors': {
'scaleMethod': "division", // Either "division" [default] or "gdk"
},
'music': {
'preferredPlayer': "plasma-browser-integration",
},