diff options
Diffstat (limited to 'modules/dockd.nix')
-rw-r--r-- | modules/dockd.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/dockd.nix b/modules/dockd.nix index d8a1582..0993e81 100644 --- a/modules/dockd.nix +++ b/modules/dockd.nix @@ -21,15 +21,15 @@ in environment.etc = { "dockd/docked.conf".text = '' [Screen] -height=1180 -width=3940 +height=1080 +width=3840 mm_height=311 mm_width=1041 [CRTC] crtc=63 x=0 -y=100 +y=0 rotation=1 mode=1920x1080 outputs_len=1 @@ -37,7 +37,7 @@ outputs_0=HDMI3 [CRTC] crtc=64 -x=2020 +x=1920 y=0 rotation=1 mode=1920x1080 |