Update
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
||||||
|
"runtime": {
|
||||||
|
"version": "Lua 5.4",
|
||||||
|
"path": [
|
||||||
|
"?.lua",
|
||||||
|
"?/init.lua"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"workspace": {
|
||||||
|
"checkThirdParty": false,
|
||||||
|
"library": []
|
||||||
|
},
|
||||||
|
"diagnostics": {
|
||||||
|
"globals": []
|
||||||
|
}
|
||||||
|
}
|
||||||
+1
-1
@@ -40,7 +40,7 @@ rules = {
|
|||||||
|
|
||||||
monitors = {
|
monitors = {
|
||||||
-- catch-all rule; name = nil means match anything
|
-- catch-all rule; name = nil means match anything
|
||||||
{ name = nil, mfact = 0.55, nmaster = 1, scale = 1.0, layout = "dwindle", x = -1, y = -1 },
|
{ name = nil, mfact = 0.55, nmaster = 1, scale = 1.0, layout = "dwindle", x = 0, y = 0 },
|
||||||
|
|
||||||
-- HiDPI laptop example:
|
-- HiDPI laptop example:
|
||||||
-- { name = "eDP-1", mfact = 0.5, nmaster = 1, scale = 2.0,
|
-- { name = "eDP-1", mfact = 0.5, nmaster = 1, scale = 2.0,
|
||||||
|
|||||||
Reference in New Issue
Block a user