diff options
| author | Camil Staps | 2019-04-01 09:03:23 +0200 | 
|---|---|---|
| committer | Camil Staps | 2019-04-01 09:03:23 +0200 | 
| commit | 32dc36feb86d05722fc74e5961f0b986a376bf74 (patch) | |
| tree | e2f79e45a981971d196db6b2f9c9bdf9405924ad /i3/bin/singlemon | |
| parent | Add the ABC interpreter's ByteCode.env to IDEEnvs in install_clean (diff) | |
Add scripts for display port dual monitor
Diffstat (limited to 'i3/bin/singlemon')
| -rwxr-xr-x | i3/bin/singlemon | 4 | 
1 files changed, 3 insertions, 1 deletions
| 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 | 
