fixed issue with lid closing was not being detected
This commit is contained in:
@@ -1,8 +1,36 @@
|
||||
-- Managed by monique (run `monique` or SUPER+SHIFT+M to arrange). The built-in
|
||||
-- panel is managed at runtime by moniqued's clamshell mode: enabled here, then
|
||||
-- disabled while the lid is closed with external displays attached.
|
||||
-- See https://wiki.hypr.land/Configuring/Basics/Monitors/ for more
|
||||
hl.monitor({ output = "desc:BOE 0x0BC9", mode = "preferred", position = "0x0", scale = 1.0 })
|
||||
hl.monitor({ output = "desc:Viewteck Co. Ltd. GNV34DB", mode = "3440x1440@50.0", position = "3795x1785", scale = 1.0 })
|
||||
hl.monitor({ output = "desc:Dell Inc. DELL U2515HX GMDK46C4053L", mode = "2560x1440@59.95", position = "5488x345", scale = 1.0 })
|
||||
hl.monitor({ output = "desc:Dell Inc. DELL U2518D 0WG2J9C5B3WL", mode = "2560x1440@59.95", position = "2928x345", scale = 1.0 })
|
||||
-- Generated by Monique - https://github.com/ToRvaLDz/monique
|
||||
|
||||
hl.monitor({
|
||||
output = "desc:BOE 0x0BC9",
|
||||
disabled = true,
|
||||
})
|
||||
|
||||
hl.monitor({
|
||||
output = "desc:Dell Inc. DELL U2515HX GMDK46C4053L",
|
||||
mode = "2560x1440@59.951",
|
||||
position = "5488x345",
|
||||
scale = 1,
|
||||
cm = "srgb",
|
||||
sdr_min_luminance = 0.2,
|
||||
sdr_max_luminance = 80,
|
||||
})
|
||||
|
||||
hl.monitor({
|
||||
output = "desc:Dell Inc. DELL U2518D 0WG2J9C5B3WL",
|
||||
mode = "2560x1440@59.951",
|
||||
position = "2928x345",
|
||||
scale = 1,
|
||||
cm = "srgb",
|
||||
sdr_min_luminance = 0.2,
|
||||
sdr_max_luminance = 80,
|
||||
})
|
||||
|
||||
hl.monitor({
|
||||
output = "desc:Viewteck Co. Ltd. GNV34DB",
|
||||
mode = "3440x1440@50",
|
||||
position = "3795x1785",
|
||||
scale = 1,
|
||||
cm = "srgb",
|
||||
sdr_min_luminance = 0.2,
|
||||
sdr_max_luminance = 80,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user