Deleted the old hyprlang config

This commit is contained in:
Gu://em_ 2026-08-04 11:43:47 +02:00
parent c582124035
commit e610cf0eb6
14 changed files with 15 additions and 747 deletions

View file

@ -0,0 +1,15 @@
-- 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",
})