From 33d5d2813c96b28d962c164c8a94c295c7a5966b Mon Sep 17 00:00:00 2001 From: Florestan Bredow Date: Tue, 2 Jun 2026 16:59:04 +0200 Subject: [PATCH] =?UTF-8?q?[hyprland]=20Met=20a=20jour=20l'echelle=20des?= =?UTF-8?q?=20=C3=A9crans?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/hyprland.lua | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.config/hypr/hyprland.lua b/.config/hypr/hyprland.lua index 81ca294..afa459c 100644 --- a/.config/hypr/hyprland.lua +++ b/.config/hypr/hyprland.lua @@ -19,25 +19,25 @@ --- Pro monitors ---------------------- -hl.monitor({ - output = "", - mode = "preferred", - position = "auto", - scale = "auto", -}) +--hl.monitor({ +-- output = "", +-- mode = "preferred", +-- position = "auto", +-- scale = "auto", +--}) hl.monitor({ output = "desc:Najing CEC Panda FPD Technology CO. ltd 0x0056", mode = "1920x1080@60.00", position = "auto", - scale = "auto", + scale = "1", }) hl.monitor({ output = "desc:Iiyama North America PL3481WQ 1242550210951", mode = "3440x1440@60", position = "auto", - scale = "auto", + scale = "1", }) -- paperboard @@ -55,14 +55,14 @@ hl.monitor({ output = "desc:BOE 0x090F", mode = "1920x1080@144.00", position = "auto", - scale = "auto", + scale = "1", }) hl.monitor({ output = "desc:Samsung Electric Company LC34G55T HNTW606264", mode = "3440x1440@60", position = "auto", - scale = "auto", + scale = "1", }) ---------------------