From 32dc36feb86d05722fc74e5961f0b986a376bf74 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 1 Apr 2019 09:03:23 +0200 Subject: Add scripts for display port dual monitor --- i3/bin/dualmon-dp | 4 ++++ i3/bin/singlemon | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100755 i3/bin/dualmon-dp diff --git a/i3/bin/dualmon-dp b/i3/bin/dualmon-dp new file mode 100755 index 0000000..047d0bd --- /dev/null +++ b/i3/bin/dualmon-dp @@ -0,0 +1,4 @@ +#!/bin/bash +xrandr --output eDP1 --below DP1 --primary --output DP1 --auto --rotate right +xinput disable Atmel +setbg diff --git a/i3/bin/singlemon b/i3/bin/singlemon index 8034639..4478e76 100755 --- a/i3/bin/singlemon +++ b/i3/bin/singlemon @@ -1,4 +1,6 @@ #!/bin/bash -xrandr --output eDP1 --primary --auto --output HDMI2 --off +xrandr --output eDP1 --primary --auto \ + --output HDMI2 --off \ + --output DP1 --off xinput enable Atmel setbg -- cgit v1.2.3