add lua config for hyprland
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
-- Set monitors here
|
||||
hl.monitor({
|
||||
output = "DP-1",
|
||||
mode = "1920x1080@165",
|
||||
position = "0x0",
|
||||
scale = 1
|
||||
})
|
||||
|
||||
hl.monitor({
|
||||
output = "DP-2",
|
||||
mode = "1920x1080@165",
|
||||
position = "-1080x-520",
|
||||
transform = 1,
|
||||
scale = 1
|
||||
})
|
||||
Reference in New Issue
Block a user