forked from Shinonome/dots-hyprland
Fix monitor scale type
Changes the default monitor scale value from `"1"` to `1`. This fixes the typo in the default monitor configuration.
This commit is contained in:
@@ -3,7 +3,7 @@ hl.monitor({
|
|||||||
output = "",
|
output = "",
|
||||||
mode = "preferred",
|
mode = "preferred",
|
||||||
position = "auto",
|
position = "auto",
|
||||||
scale = "1"
|
scale = 1
|
||||||
})
|
})
|
||||||
|
|
||||||
hl.gesture({
|
hl.gesture({
|
||||||
|
|||||||
Reference in New Issue
Block a user