first go at hyprland with lua config
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
-- builtin display
|
||||
hl.monitor({
|
||||
output = "eDP-1",
|
||||
mode = "1920x1060@60.0",
|
||||
position = "0x0",
|
||||
scale = 1,
|
||||
})
|
||||
|
||||
-- general hotplugging
|
||||
hl.monitor({
|
||||
mode = "preferred",
|
||||
position = "auto",
|
||||
scale = 1,
|
||||
})
|
||||
Reference in New Issue
Block a user