From 1fe307a689f872518d4aeb068d8a3d9b1625a819 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Fri, 21 Jun 2019 20:10:28 -0400 Subject: [PATCH] Removed monitor hack --- screenlayout/main.sh | 2 -- screenlayout/off.sh | 2 -- 2 files changed, 4 deletions(-) delete mode 100755 screenlayout/main.sh delete mode 100755 screenlayout/off.sh diff --git a/screenlayout/main.sh b/screenlayout/main.sh deleted file mode 100755 index 15b7be7..0000000 --- a/screenlayout/main.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -xrandr --output DVI-D-0 --primary --mode 1920x1080 --pos 6000x1288 --rotate normal --output HDMI-0 --off --output DP-5 --off --output DP-4 --mode 3840x2160 --pos 2160x1288 --rotate normal --output DP-3 --off --output DP-2 --mode 3840x2160 --pos 0x0 --rotate left --output DP-1 --off --output DP-0 --off diff --git a/screenlayout/off.sh b/screenlayout/off.sh deleted file mode 100755 index a8beb40..0000000 --- a/screenlayout/off.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -xrandr --output DVI-D-0 --primary --mode 1920x1080 --pos 6000x1288 --rotate normal --output HDMI-0 --off --output DP-5 --off --output DP-4 --off --output DP-3 --off --output DP-2 --off --output DP-1 --off --output DP-0 --off