Skip to content

Commit

Permalink
bin/home.sh: Add.
Browse files Browse the repository at this point in the history
  • Loading branch information
sce committed Mar 28, 2017
1 parent 3ceb703 commit 5d8028e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bin/home.sh
@@ -0,0 +1,26 @@
#!/bin/bash

echo starting inital setup ...

xrandr \
--output DP-2 --off --transform none \
--output HDMI-1 --off --transform none \
--output eDP-1 --mode 3840x2160 --scale-from 2560x1080

sleep 3

echo initial setup complete, setting up first extra screen ...

xrandr \
--output eDP-1 --pos 0x0 \
--output DP-2 --auto --same-as eDP-1

sleep 2

echo setting up second extra screen ...

xrandr \
--output DP-2 --auto \
--output HDMI-1 --auto --pos 2560x0 --rotate left

echo Done

0 comments on commit 5d8028e

Please sign in to comment.