From dea3e7362b3b38689187fbcde1b2ca56898a62ae Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Tue, 29 May 2018 13:00:52 -0400 Subject: [PATCH] Add Screen Layout to dotfiles --- .screenlayout/home_desktop.sh | 2 ++ .screenlayout/lyrical.sh | 2 ++ 2 files changed, 4 insertions(+) create mode 100755 .screenlayout/home_desktop.sh create mode 100755 .screenlayout/lyrical.sh diff --git a/.screenlayout/home_desktop.sh b/.screenlayout/home_desktop.sh new file mode 100755 index 0000000..d6edb9d --- /dev/null +++ b/.screenlayout/home_desktop.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output DP-1 --off --output HDMI-1 --mode 3840x2160 --pos 0x0 --rotate normal --output HDMI-2 --mode 2560x1440_24.00 --pos 3840x0 --rotate normal diff --git a/.screenlayout/lyrical.sh b/.screenlayout/lyrical.sh new file mode 100755 index 0000000..d6edb9d --- /dev/null +++ b/.screenlayout/lyrical.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output DP-1 --off --output HDMI-1 --mode 3840x2160 --pos 0x0 --rotate normal --output HDMI-2 --mode 2560x1440_24.00 --pos 3840x0 --rotate normal