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 /.autorandr/multi-plugged | |
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
Diffstat (limited to '.autorandr/multi-plugged')
-rw-r--r-- | .autorandr/multi-plugged/config | 5 |
1 files changed, 2 insertions, 3 deletions
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 |