Migrate hyprland config to lua
This commit is contained in:
parent
3271f3924e
commit
bdaeb19666
29 changed files with 485 additions and 437 deletions
|
|
@ -0,0 +1,16 @@
|
|||
MON1 = "DP-1"
|
||||
MON2 = "HDMI-A-1"
|
||||
MON = MON2
|
||||
|
||||
hl.monitor({
|
||||
output = MON1,
|
||||
disabled = true,
|
||||
})
|
||||
hl.monitor({
|
||||
output = MON2,
|
||||
mode = "2560x1440@60",
|
||||
position = "0x0",
|
||||
scale = 1.25,
|
||||
})
|
||||
|
||||
require("lib.single_mon")
|
||||
Loading…
Reference in a new issue