Browse Source

add screen-scripts

master
arnaucube 4 years ago
parent
commit
73446f4a52
3 changed files with 6 additions and 0 deletions
  1. +2
    -0
      screen-scripts/screens-horizontal-setup.sh
  2. +2
    -0
      screen-scripts/screens-inverse-horizontal-setup.sh
  3. +2
    -0
      screen-scripts/screens-vertical-setup.sh

+ 2
- 0
screen-scripts/screens-horizontal-setup.sh

@ -0,0 +1,2 @@
xrandr --auto
xrandr --output HDMI-2 --left-of eDP-1

+ 2
- 0
screen-scripts/screens-inverse-horizontal-setup.sh

@ -0,0 +1,2 @@
xrandr --auto
xrandr --output HDMI-2 --right-of eDP-1

+ 2
- 0
screen-scripts/screens-vertical-setup.sh

@ -0,0 +1,2 @@
xrandr --auto
xrandr --output HDMI-2 --above eDP-1

Loading…
Cancel
Save