From 212b87cd003505f0414b8c3cc538c715f8c33df6 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Wed, 13 May 2020 08:20:22 -0400 Subject: added screenlayout scripts --- docked.sh | 2 ++ undocked.sh | 2 ++ 2 files changed, 4 insertions(+) create mode 100755 docked.sh create mode 100755 undocked.sh diff --git a/docked.sh b/docked.sh new file mode 100755 index 0000000..00b8a3c --- /dev/null +++ b/docked.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output VGA-0 --mode 1024x768 --pos 1920x312 --rotate normal --dpi 82 --output DP-0 --off --output DP-1 --off --output DP-2 --off --output DP-3 --primary --mode 1920x1080 --pos 0x0 --rotate normal --dpi 96 --output DP-4 --off diff --git a/undocked.sh b/undocked.sh new file mode 100755 index 0000000..ec2c9f3 --- /dev/null +++ b/undocked.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output VGA-0 --off --output DP-0 --off --output DP-1 --off --output DP-2 --off --output DP-3 --primary --mode 1920x1080 --pos 0x0 --rotate normal --dpi 96 --output DP-4 --off -- cgit v1.2.3