Updated hyprland config

This commit is contained in:
Gu://em_ 2026-08-04 11:39:33 +02:00
parent 8587f9d2e0
commit c582124035
9 changed files with 58 additions and 165 deletions

View file

@ -0,0 +1,16 @@
-- Laptop screen
hl.monitor({
output = "eDP-1",
mode = "preferred",
position = "auto",
scale = 1,
})
hl.monitor = {
output = "*",
mode = "preferred",
position = "auto",
scale = "1",
mirror = "eDP-1",
}