diff options
author | Alan Pearce | 2019-12-06 15:13:21 +0100 |
---|---|---|
committer | Alan Pearce | 2019-12-06 15:14:05 +0100 |
commit | 130b327aab3b0914f3ea82cab8a76a66eae86aba (patch) | |
tree | da03642a4cc5d990ac4e96540ea5140f37549ffe /system/autorandr/docked-close | |
parent | 59b07a48b02506427e80ca8c93b9013bf6410e57 (diff) | |
download | nixfiles-130b327aab3b0914f3ea82cab8a76a66eae86aba.tar.lz nixfiles-130b327aab3b0914f3ea82cab8a76a66eae86aba.tar.zst nixfiles-130b327aab3b0914f3ea82cab8a76a66eae86aba.zip |
Autotrandr: set primary monitor in docked-close configuration
Diffstat (limited to 'system/autorandr/docked-close')
-rw-r--r-- | system/autorandr/docked-close/config | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/system/autorandr/docked-close/config b/system/autorandr/docked-close/config index 1da7d06c..d8ce5031 100644 --- a/system/autorandr/docked-close/config +++ b/system/autorandr/docked-close/config @@ -1,20 +1,23 @@ output DP1 off -output HDMI1 -off output DP2 off +output DP2-3 +off +output HDMI1 +off output HDMI2 off -output DP2-3 +output VIRTUAL1 off output eDP1 off output DP2-1 mode 2560x1440 -pos 1920x0 +pos 0x0 +primary rate 59.95 output DP2-2 mode 2560x1440 -pos 4480x0 +pos 2560x0 rate 59.95 |