Fix display alignment

This commit is contained in:
Sijmen 2023-07-03 11:51:13 +02:00
parent f6e541acaf
commit 1c84f86a3d
Signed by: vijfhoek
GPG Key ID: DAF7821E067D9C48
1 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@
wayland.windowManager.sway = { wayland.windowManager.sway = {
enable = true; enable = true;
config = let config = let
scintillaDellOutput = { pos = "0 0"; }; scintillaDellOutput = { pos = "228 240"; };
scintillaHpOutput = { pos = "0 120"; }; scintillaHpOutput = { pos = "228 360"; };
in rec { in rec {
modifier = "Mod4"; modifier = "Mod4";
terminal = "foot"; terminal = "foot";
@ -34,7 +34,7 @@
bg = "~/Pictures/berg.jpg fill"; bg = "~/Pictures/berg.jpg fill";
subpixel = "none"; subpixel = "none";
}; };
"BOE 0x095F Unknown" = { pos = "92 1200"; scale = "1.3"; }; # framework "BOE 0x095F Unknown" = { pos = "320 1440"; scale = "1.3"; }; # framework
"Dell Inc. DELL U2410 F525M13318GL" = scintillaDellOutput; # bibi "Dell Inc. DELL U2410 F525M13318GL" = scintillaDellOutput; # bibi
"Dell Inc. DELL U2410 F525M12P08RL" = scintillaDellOutput; # fabienne "Dell Inc. DELL U2410 F525M12P08RL" = scintillaDellOutput; # fabienne
"Hewlett Packard HP E222 CNK6110ZM2" = scintillaHpOutput; # floortje "Hewlett Packard HP E222 CNK6110ZM2" = scintillaHpOutput; # floortje
@ -48,7 +48,7 @@
"Hewlett Packard HP E222 CNK6111051" = scintillaHpOutput; # kim "Hewlett Packard HP E222 CNK6111051" = scintillaHpOutput; # kim
"Hewlett Packard HP E222 CNK6111052" = scintillaHpOutput; # ilona "Hewlett Packard HP E222 CNK6111052" = scintillaHpOutput; # ilona
"Goldstar Company Ltd LG Ultra HD 0x00008520" = { mode = "2560x1440@60Hz"; }; # thuis rechts "Goldstar Company Ltd LG Ultra HD 0x00008520" = { mode = "2560x1440@60Hz"; }; # thuis rechts
"Dell Inc. DELL S2722DGM 3P84Z83" = { pos = "-228 -240"; mode = "2560x1440@144Hz"; }; # thuis links (hdmi) "Dell Inc. DELL S2722DGM 3P84Z83" = { pos = "0 0"; mode = "2560x1440@144Hz"; }; # thuis links (hdmi)
}; };
keybindings = lib.mkOptionDefault { keybindings = lib.mkOptionDefault {
XF86MonBrightnessDown = "exec ${pkgs.light}/bin/light -U 5"; XF86MonBrightnessDown = "exec ${pkgs.light}/bin/light -U 5";