fix hyprland folder
This commit is contained in:
31
.config/hypr/hyprland/monitors.lua
Normal file
31
.config/hypr/hyprland/monitors.lua
Normal file
@@ -0,0 +1,31 @@
|
||||
local monitors = require("hyprland.variables.monitors")
|
||||
|
||||
hl.monitor({
|
||||
output = monitors.primary,
|
||||
mode = "3440x1440@144",
|
||||
position = "auto",
|
||||
scale = "auto"
|
||||
})
|
||||
|
||||
hl.monitor({
|
||||
output = monitors.secondary,
|
||||
mode = "1920x1080",
|
||||
position = "-1080x-550",
|
||||
scale = 1,
|
||||
transform = 1
|
||||
})
|
||||
|
||||
hl.monitor({
|
||||
output = monitors.tv,
|
||||
mode = "3440x1440",
|
||||
position = "auto",
|
||||
scale = "auto"
|
||||
})
|
||||
|
||||
-- Recommended rule for quickly plugging in random monitors:
|
||||
hl.monitor({
|
||||
output = "",
|
||||
mode = "preferred",
|
||||
position = "auto",
|
||||
scale = 1
|
||||
})
|
||||
Reference in New Issue
Block a user