From a77361ca7138bb87cf2ce55c80d3b0b032ed540d Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 7 Nov 2019 11:44:38 -0500 Subject: [PATCH] Update #screenlayout for titan --- screenlayout/.screenlayout/prometheus-one.sh | 3 --- screenlayout/.screenlayout/prometheus-two.sh | 4 ---- screenlayout/.screenlayout/titan-three.sh | 3 +++ screenlayout/.screenlayout/titan-two-horiz.sh | 3 --- screenlayout/.screenlayout/titan.sh | 3 --- 5 files changed, 3 insertions(+), 13 deletions(-) delete mode 100755 screenlayout/.screenlayout/prometheus-one.sh delete mode 100755 screenlayout/.screenlayout/prometheus-two.sh create mode 100755 screenlayout/.screenlayout/titan-three.sh delete mode 100755 screenlayout/.screenlayout/titan-two-horiz.sh delete mode 100755 screenlayout/.screenlayout/titan.sh diff --git a/screenlayout/.screenlayout/prometheus-one.sh b/screenlayout/.screenlayout/prometheus-one.sh deleted file mode 100755 index 1ba176b..0000000 --- a/screenlayout/.screenlayout/prometheus-one.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -xrandr --output VGA-1 --off --output LVDS-1 --primary --mode 1366x768 --pos 0x0 --rotate normal --output HDMI-3 --off --output HDMI-2 --off --output HDMI-1 --off --output DP-3 --off --output DP-2 --off --output DP-1 --off -~/.screenlayout/keyboard-and-bg.sh diff --git a/screenlayout/.screenlayout/prometheus-two.sh b/screenlayout/.screenlayout/prometheus-two.sh deleted file mode 100755 index 7703bcb..0000000 --- a/screenlayout/.screenlayout/prometheus-two.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -xrandr --output VGA-1 --mode 1280x1024 --pos 1366x0 --rotate normal --output LVDS-1 --primary --mode 1366x768 --pos 0x0 --rotate normal --output HDMI-3 --off --output HDMI-2 --off --output HDMI-1 --off --output DP-3 --off --output DP-2 --off --output DP-1 --off -~/.screenlayout/keyboard-and-bg.sh -setxkbmap -option caps:escape & diff --git a/screenlayout/.screenlayout/titan-three.sh b/screenlayout/.screenlayout/titan-three.sh new file mode 100755 index 0000000..18ab06f --- /dev/null +++ b/screenlayout/.screenlayout/titan-three.sh @@ -0,0 +1,3 @@ +#!/bin/sh +xrandr --output HDMI-2 --off --output HDMI-1 --mode 2560x1440 --pos 1920x216 --rotate normal --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x416 --rotate normal --output DP-2 --mode 1920x1080 --pos 4480x0 --rotate left +~/.screenlayout/keyboard-and-bg.sh diff --git a/screenlayout/.screenlayout/titan-two-horiz.sh b/screenlayout/.screenlayout/titan-two-horiz.sh deleted file mode 100755 index 4fae356..0000000 --- a/screenlayout/.screenlayout/titan-two-horiz.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -xrandr --output HDMI-2 --off --output HDMI-1 --mode 1920x1080 --pos 1920x0 --rotate normal --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-2 --off -~/.screenlayout/keyboard-and-bg.sh diff --git a/screenlayout/.screenlayout/titan.sh b/screenlayout/.screenlayout/titan.sh deleted file mode 100755 index 900fba9..0000000 --- a/screenlayout/.screenlayout/titan.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -xrandr --output HDMI-2 --off --output HDMI-1 --mode 1920x1080 --pos 0x1080 --rotate left --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-2 --mode 2560x1440 --pos 1080x1560 --rotate normal -~/.screenlayout/keyboard-and-bg.sh