diff options
author | David Runge <david.runge@frqrec.com> | 2014-02-20 01:35:30 +0100 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-02-20 01:35:30 +0100 |
commit | 3ac402837d84c7bb968ae8f51e6e21ec7c4cf724 (patch) | |
tree | 4e0b9dfdde3754dc22eafb5a77af52843e2e2b31 | |
parent | 2d735d829e6792e6cf5c6779754e3160534c47b6 (diff) | |
download | dotfiles-3ac402837d84c7bb968ae8f51e6e21ec7c4cf724.tar.gz dotfiles-3ac402837d84c7bb968ae8f51e6e21ec7c4cf724.tar.bz2 dotfiles-3ac402837d84c7bb968ae8f51e6e21ec7c4cf724.tar.xz dotfiles-3ac402837d84c7bb968ae8f51e6e21ec7c4cf724.zip |
Adding autorandr presets
-rw-r--r-- | .autorandr/external-docked/config | 13 | ||||
-rw-r--r-- | .autorandr/external-docked/setup | 1 | ||||
-rw-r--r-- | .autorandr/multi-docked/config | 14 | ||||
-rw-r--r-- | .autorandr/multi-docked/setup | 2 | ||||
-rw-r--r-- | .autorandr/single-docked/config | 13 | ||||
-rw-r--r-- | .autorandr/single-docked/setup | 1 |
6 files changed, 44 insertions, 0 deletions
diff --git a/.autorandr/external-docked/config b/.autorandr/external-docked/config new file mode 100644 index 0000000..d4429c2 --- /dev/null +++ b/.autorandr/external-docked/config @@ -0,0 +1,13 @@ +output eDP1 +off +output VGA1 +off +output DP1 +off +output HDMI1 +auto +primary +output DP2 +off +output HDMI2 +off diff --git a/.autorandr/external-docked/setup b/.autorandr/external-docked/setup new file mode 100644 index 0000000..796e0db --- /dev/null +++ b/.autorandr/external-docked/setup @@ -0,0 +1 @@ +HDMI1 00ffffffffffff0010ac26a0534d54302311010380342178ee9bb5a95434ae25135054a54b008180a940714fb3000101010101010101283c80a070b023403020360007442100001a000000ff00445234373437385530544d5320000000fc0044454c4c323430375746504843000000fd00384c1e5311000a202020202020000f diff --git a/.autorandr/multi-docked/config b/.autorandr/multi-docked/config new file mode 100644 index 0000000..f1c3b48 --- /dev/null +++ b/.autorandr/multi-docked/config @@ -0,0 +1,14 @@ +output eDP1 +auto +pos 1920x0 +output VGA1 +off +output DP1 +off +output HDMI1 +auto +primary +output DP2 +off +output HDMI2 +off diff --git a/.autorandr/multi-docked/setup b/.autorandr/multi-docked/setup new file mode 100644 index 0000000..6aea897 --- /dev/null +++ b/.autorandr/multi-docked/setup @@ -0,0 +1,2 @@ +eDP1 00ffffffffffff0006afed3400000000001601049522137802d1159e59539b271e505400000001010101010101010101010101010101b03680b470381e403064310058c1100000180000000f0000000000000000000000000020000000fe0041554f0a202020202020202020000000fe004231353648544e30332e34200a00f6 +HDMI1 00ffffffffffff0010ac26a0534d54302311010380342178ee9bb5a95434ae25135054a54b008180a940714fb3000101010101010101283c80a070b023403020360007442100001a000000ff00445234373437385530544d5320000000fc0044454c4c323430375746504843000000fd00384c1e5311000a202020202020000f diff --git a/.autorandr/single-docked/config b/.autorandr/single-docked/config new file mode 100644 index 0000000..983e4cb --- /dev/null +++ b/.autorandr/single-docked/config @@ -0,0 +1,13 @@ +output eDP1 +mode 1920x1080 +pos 0x0 +output VGA1 +off +output DP1 +off +output HDMI1 +off +output DP2 +off +output HDMI2 +off diff --git a/.autorandr/single-docked/setup b/.autorandr/single-docked/setup new file mode 100644 index 0000000..bc69048 --- /dev/null +++ b/.autorandr/single-docked/setup @@ -0,0 +1 @@ +eDP1 00ffffffffffff0006afed3400000000001601049522137802d1159e59539b271e505400000001010101010101010101010101010101b03680b470381e403064310058c1100000180000000f0000000000000000000000000020000000fe0041554f0a202020202020202020000000fe004231353648544e30332e34200a00f6 |