diff options
author | David Runge <david.runge@frqrec.com> | 2014-04-10 11:19:54 +0200 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-04-10 11:19:54 +0200 |
commit | 123cac54302da6a4db37cd28df79ec35d322f9ea (patch) | |
tree | 28ac5f99de6f161fe87f3c9380a2cecf67796cb7 | |
parent | a491bab645eb82f89df46dd43b423cbeb3bd6c73 (diff) | |
download | dotfiles-123cac54302da6a4db37cd28df79ec35d322f9ea.tar.gz dotfiles-123cac54302da6a4db37cd28df79ec35d322f9ea.tar.bz2 dotfiles-123cac54302da6a4db37cd28df79ec35d322f9ea.tar.xz dotfiles-123cac54302da6a4db37cd28df79ec35d322f9ea.zip |
Fixing bad position and mode primary in autorandr config files
-rw-r--r-- | .autorandr/multi-docked/config | 4 | ||||
-rw-r--r-- | .autorandr/multi-plugged/config | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/.autorandr/multi-docked/config b/.autorandr/multi-docked/config index cbf63a7..9f1b834 100644 --- a/.autorandr/multi-docked/config +++ b/.autorandr/multi-docked/config @@ -8,8 +8,8 @@ off output HDMI1 off output DP2 -mode primary -pos x +mode 1920x1200 +pos 0x0 rotate 1920x1200+0+0 output HDMI2 off diff --git a/.autorandr/multi-plugged/config b/.autorandr/multi-plugged/config index 7df42b4..6e0a480 100644 --- a/.autorandr/multi-plugged/config +++ b/.autorandr/multi-plugged/config @@ -6,9 +6,8 @@ off output DP1 off output HDMI1 -mode primary -pos x -rotate 1920x1200+0+0 +mode 1920x1200 +pos 0x0 output DP2 off output HDMI2 |