diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-11-22 10:53:48 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-11-22 10:53:48 +0100 |
commit | b3bd9ff5c9ad4cb7c785f5a56ce4d3f3208e23d7 (patch) | |
tree | 956a70f735d8c261580289fdd378435fac22ed40 /modules/dockd.nix | |
parent | 9f4077d3579b9837fff78b8f36661c7abc41cd10 (diff) | |
download | dots-b3bd9ff5c9ad4cb7c785f5a56ce4d3f3208e23d7.tar.gz dots-b3bd9ff5c9ad4cb7c785f5a56ce4d3f3208e23d7.zip |
Update
Diffstat (limited to 'modules/dockd.nix')
-rw-r--r-- | modules/dockd.nix | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/modules/dockd.nix b/modules/dockd.nix index 83cb576..3677f6e 100644 --- a/modules/dockd.nix +++ b/modules/dockd.nix @@ -21,15 +21,15 @@ in environment.etc = { "dockd/docked.conf".text = '' [Screen] - height=1920 - width=3000 - mm_height=506 - mm_width=791 + height=1225 + width=3840 + mm_height=323 + mm_width=1015 [CRTC] crtc=63 x=0 - y=241 + y=145 rotation=1 mode=1920x1080 outputs_len=1 @@ -39,12 +39,11 @@ in crtc=64 x=1920 y=0 - rotation=2 + rotation=1 mode=1920x1080 outputs_len=1 outputs_0=DP-2 ''; - "dockd/undocked.conf".text = '' [Screen] height=768 |