From a6cefe52fc0c725713410dc7f9a98544a929c641 Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Fri, 3 Apr 2020 15:11:31 -0500 Subject: [PATCH] added .screenlayout/ to dotfiles --- .screenlayout/dual_screens.sh | 2 ++ .screenlayout/dual_screens_nashville.sh | 2 ++ 2 files changed, 4 insertions(+) create mode 100755 .screenlayout/dual_screens.sh create mode 100755 .screenlayout/dual_screens_nashville.sh diff --git a/.screenlayout/dual_screens.sh b/.screenlayout/dual_screens.sh new file mode 100755 index 00000000..ed6133b0 --- /dev/null +++ b/.screenlayout/dual_screens.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output eDP-1 --off --output DP-1 --off --output DP-2 --off --output DP-1-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1-2 --mode 1920x1080 --pos 1920x0 --rotate normal --output DP-1-3 --off diff --git a/.screenlayout/dual_screens_nashville.sh b/.screenlayout/dual_screens_nashville.sh new file mode 100755 index 00000000..5058a6c7 --- /dev/null +++ b/.screenlayout/dual_screens_nashville.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output eDP-1 --mode 1366x768 --pos 1920x156 --rotate normal --output DP-1 --off --output HDMI-1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-2 --off --output HDMI-2 --off