diff --git a/config/bind.lua b/config/bind.lua index b67ac01..b03eebc 100644 --- a/config/bind.lua +++ b/config/bind.lua @@ -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")) diff --git a/user_config/monitor.lua b/user_config/monitor.lua index 16f24b9..2dad617 100644 --- a/user_config/monitor.lua +++ b/user_config/monitor.lua @@ -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", diff --git a/user_config/workspacerules.lua b/user_config/workspacerules.lua index b58e23a..1b38e8d 100644 --- a/user_config/workspacerules.lua +++ b/user_config/workspacerules.lua @@ -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 \ No newline at end of file