nixos/castle: Add correct display layout
This commit is contained in:
parent
1e6209e540
commit
c0b87a7d4a
@ -136,8 +136,18 @@
|
|||||||
|
|
||||||
wayland.windowManager.sway = {
|
wayland.windowManager.sway = {
|
||||||
config = {
|
config = {
|
||||||
# input."1:1:AT_Translated_Set_2_keyboard".xkb_layout = "ie";
|
output = {
|
||||||
# output.eDP-1.scale = "1";
|
HDMI-A-1 = {
|
||||||
|
transform = "270";
|
||||||
|
position = "0 0";
|
||||||
|
};
|
||||||
|
DP-1 = {
|
||||||
|
mode = "2560x1440@170Hz";
|
||||||
|
subpixel = "bgr";
|
||||||
|
position = "1440 560";
|
||||||
|
};
|
||||||
|
DP-2.position = "4000 560";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user