dotfiles/.config/hypr/config/monitors/default.lua

16 lines
243 B
Lua
Raw Normal View History

2026-08-04 11:43:47 +02:00
-- All screens
hl.monitor({
output = "",
mode = "preferred",
position = "auto-up",
scale = "auto",
})
-- Laptop screen
hl.monitor({
output = "eDP-1",
mode = "preferred",
position = "auto-down",
scale = "1",
})