summary refs log tree commit diff stats
path: root/autorandr
diff options
context:
space:
mode:
authorAlan Pearce2018-05-19 19:49:53 +0200
committerAlan Pearce2018-05-19 19:49:53 +0200
commitf9f06adb014cb95e08c8a600c178e9f5a81c6d10 (patch)
tree521face8945fe3a7b51b42ef5ddc18578d32aef4 /autorandr
parent41c43e642dab3f23f18e4ae8be5dfd87d52efbfc (diff)
downloadnixfiles-f9f06adb014cb95e08c8a600c178e9f5a81c6d10.tar.lz
nixfiles-f9f06adb014cb95e08c8a600c178e9f5a81c6d10.tar.zst
nixfiles-f9f06adb014cb95e08c8a600c178e9f5a81c6d10.zip
autorandr: Update docked configuration
Diffstat (limited to 'autorandr')
-rw-r--r--autorandr/.config/autorandr/docked/config14
-rw-r--r--autorandr/.config/autorandr/docked/setup4
-rwxr-xr-xautorandr/.config/autorandr/postswitch2
3 files changed, 9 insertions, 11 deletions
diff --git a/autorandr/.config/autorandr/docked/config b/autorandr/.config/autorandr/docked/config
index 7d10c084..b343e8a2 100644
--- a/autorandr/.config/autorandr/docked/config
+++ b/autorandr/.config/autorandr/docked/config
@@ -1,22 +1,20 @@
 output DP1
 off
-output DP2
-off
-output DP2-3
-off
 output HDMI1
 off
+output DP2
+off
 output HDMI2
 off
-output VIRTUAL1
+output DP2-3
 off
 output eDP1
 off
 output DP2-1
-mode 1920x1200
-pos 0x0
+mode 2560x1440
+pos 1920x0
 rate 59.95
 output DP2-2
 mode 1920x1200
-pos 1920x0
+pos 0x240
 rate 59.95
diff --git a/autorandr/.config/autorandr/docked/setup b/autorandr/.config/autorandr/docked/setup
index 4c2599be..18b8e0d5 100644
--- a/autorandr/.config/autorandr/docked/setup
+++ b/autorandr/.config/autorandr/docked/setup
@@ -1,3 +1,3 @@
-DP2-1 00ffffffffffff0015c33325b1a21403041b0104a5342178fa0495a9554d9d26105054a10800a9408180b300a9c081c0810001010101283c80a070b023403020360007442100001a023a801871382d40582c450007442100001e000000fd003b3d1f4c11000a202020202020000000fc004556323435350a20202020202001cf020312f145900403020123091f0783010000023a801871382d40582c450007442100001e011d007251d01e206e28550007442100001e8f0ad08a20e02d10103e96000744210000188c0ad08a20e02d10103e9600074421000018d50980a020e02d101060a20007442100001800000000000000000000000000000000000000a4
-DP2-2 00ffffffffffff0015c3332569a21603041b0104a5342178fa0495a9554d9d26105054a10800a9408180b300a9c081c0810001010101283c80a070b023403020360007442100001a023a801871382d40582c450007442100001e000000fd003b3d1f4c11000a202020202020000000fc004556323435350a2020202020200115020312f145900403020123091f0783010000023a801871382d40582c450007442100001e011d007251d01e206e28550007442100001e8f0ad08a20e02d10103e96000744210000188c0ad08a20e02d10103e9600074421000018d50980a020e02d101060a20007442100001800000000000000000000000000000000000000a4
+DP2-1 00ffffffffffff0030aeaf61010101010a1c0104a53c22783e9325a9544d9e250c5054a1080081809500b300d1c0d100a9c001010101565e00a0a0a029503020350055502100001a023a801871382d40582c450055502100001e000000fd00324c1e7822000a202020202020000000fc004c454e20503237682d31300a20011f02031df14a01020304051413901f12230907078301000065030c001000011d007251d01e206e28550055502100001e8c0ad08a20e02d10103e96005550210000180000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000bd
+DP2-2 00ffffffffffff0015c33325b1a21403041b0104a5342178fa0495a9554d9d26105054a10800a9408180b300a9c081c0810001010101283c80a070b023403020360007442100001a023a801871382d40582c450007442100001e000000fd003b3d1f4c11000a202020202020000000fc004556323435350a20202020202001cf020312f145900403020123091f0783010000023a801871382d40582c450007442100001e011d007251d01e206e28550007442100001e8f0ad08a20e02d10103e96000744210000188c0ad08a20e02d10103e9600074421000018d50980a020e02d101060a20007442100001800000000000000000000000000000000000000a4
 eDP1 00ffffffffffff0006af3d2400000000001a0104951f117802a2b591575894281c505400000001010101010101010101010101010101843a8034713828403064310035ad10000018d02e8034713828403064310035ad10000018000000fe0041554f0a202020202020202020000000fe004231343048414e30322e34200a00e4
diff --git a/autorandr/.config/autorandr/postswitch b/autorandr/.config/autorandr/postswitch
index 045e9159..c04a04aa 100755
--- a/autorandr/.config/autorandr/postswitch
+++ b/autorandr/.config/autorandr/postswitch
@@ -6,7 +6,7 @@ case $AUTORANDR_CURRENT_PROFILE in
     nmcli radio wifi on
     ;;
   ("docked")
-    DPI=96
+    DPI=109
     nmcli radio all off
     ;;
 esac