fixed windows

This commit is contained in:
Hannes
2026-06-14 23:40:32 +02:00
parent fc76cb7b80
commit 9754ff2368
3 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -35,8 +35,8 @@ hl.bind("SUPER+L", hl.dsp.exec_cmd(lockscreen), { locked = true })
hl.bind("SUPER+SHIFT+F1", hl.dsp.window.move({workspace = "401", follow = true}))
-- Scrolling
hl.bind("SUPER+CTRL+left", hl.dsp.layout("move +col"))
hl.bind("SUPER+CTRL+right", hl.dsp.layout("move -col"))
hl.bind("SUPER+CTRL+left", hl.dsp.layout("move -col"))
hl.bind("SUPER+CTRL+right", hl.dsp.layout("move +col"))
hl.bind("SUPER+CTRL+SHIFT+left", hl.dsp.layout("swapcol l"))
hl.bind("SUPER+CTRL+SHIFT+right", hl.dsp.layout("swapcol r"))
+17 -17
View File
@@ -1,21 +1,4 @@
if HOSTNAME == "archlinux-hypr" then
hl.monitor({
output = "desc:ASUSTek COMPUTER INC PA279CRV S5LMSB007609",
mode = "3840x2160@60",
position = "-3840x0",
scale = 1,
transform = 0,
bitdepth = 10,
cm = "srgb",
sdr_eotf = "default",
sdrbrightness = 1.0,
sdrsaturation = 1.0,
vrr = 0,
supports_wide_color = 1,
supports_hdr = 1,
sdr_min_luminance = 0.2,
sdr_max_luminance = 400,
})
hl.monitor({
output = "desc:BNQ BenQ EX2710U Y8P00876019",
mode = "3840x2160@144",
@@ -33,6 +16,23 @@ if HOSTNAME == "archlinux-hypr" then
sdr_min_luminance = 0.2,
sdr_max_luminance = 600,
})
hl.monitor({
output = "desc:ASUSTek COMPUTER INC PA279CRV S5LMSB007609",
mode = "3840x2160@60",
position = "-3840x0",
scale = 1,
transform = 0,
bitdepth = 10,
cm = "srgb",
sdr_eotf = "default",
sdrbrightness = 1.0,
sdrsaturation = 1.0,
vrr = 0,
supports_wide_color = 1,
supports_hdr = 1,
sdr_min_luminance = 0.2,
sdr_max_luminance = 400,
})
hl.monitor({
output = "desc:LG Electronics LG ULTRAFINE 503NTKF3L437",
mode = "3840x2160@60",
+9 -9
View File
@@ -9,50 +9,50 @@ if HOSTNAME == "archlinux-hypr" then
--# Workspaces on Monitor 2
hl.workspace_rule({
workspace = "2",
monitor = "desc:BNQ BenQ EX2710U Y8P00876019",
monitor = "desc:ASUSTek COMPUTER INC PA279CRV S5LMSB007609",
default = true,
layout = "scrolling",
})
hl.workspace_rule({
workspace = "200",
monitor = "desc:BNQ BenQ EX2710U Y8P00876019",
monitor = "desc:ASUSTek COMPUTER INC PA279CRV S5LMSB007609",
default = false,
})
--# Workspaces on Monitor 3
hl.workspace_rule({
workspace = "3",
monitor = "desc:BNQ BenQ EX2710U Y8P00876019",
monitor = "desc:LG Electronics LG ULTRAFINE 503NTKF3L437",
default = true,
})
hl.workspace_rule({
workspace = "300",
monitor = "desc:BNQ BenQ EX2710U Y8P00876019",
monitor = "desc:LG Electronics LG ULTRAFINE 503NTKF3L437",
default = false,
})
hl.workspace_rule({
workspace = "301",
monitor = "desc:BNQ BenQ EX2710U Y8P00876019",
monitor = "desc:LG Electronics LG ULTRAFINE 503NTKF3L437",
default = false,
})
hl.workspace_rule({
workspace = "302",
monitor = "desc:BNQ BenQ EX2710U Y8P00876019",
monitor = "desc:LG Electronics LG ULTRAFINE 503NTKF3L437",
default = false,
})
--# Workspaces on Monitor 4
hl.workspace_rule({
workspace = "4",
monitor = "desc:BNQ BenQ EX2710U Y8P00876019",
monitor = "desc:LG Electronics LG ULTRAGEAR 107MAKR2RE65",
default = true,
})
hl.workspace_rule({
workspace = "400",
monitor = "desc:BNQ BenQ EX2710U Y8P00876019",
monitor = "desc:LG Electronics LG ULTRAGEAR 107MAKR2RE65",
default = false,
})
hl.workspace_rule({
workspace = "401",
monitor = "desc:BNQ BenQ EX2710U Y8P00876019",
monitor = "desc:LG Electronics LG ULTRAGEAR 107MAKR2RE65",
default = false,
})
end