From 7f1001db2d057e7dc28155819ccfc327ab0fe292 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sat, 24 Aug 2019 13:21:22 -0400 Subject: [PATCH] Moving screens around --- screenlayout/.screenlayout/office.sh | 2 -- screenlayout/.screenlayout/three.sh | 3 --- screenlayout/.screenlayout/{single.sh => titan-one.sh} | 2 -- screenlayout/.screenlayout/titan-two.sh | 3 +++ screenlayout/.screenlayout/townhall.sh | 2 -- screenlayout/.screenlayout/two.sh | 2 -- 6 files changed, 3 insertions(+), 11 deletions(-) delete mode 100755 screenlayout/.screenlayout/office.sh delete mode 100755 screenlayout/.screenlayout/three.sh rename screenlayout/.screenlayout/{single.sh => titan-one.sh} (58%) create mode 100755 screenlayout/.screenlayout/titan-two.sh delete mode 100755 screenlayout/.screenlayout/townhall.sh delete mode 100755 screenlayout/.screenlayout/two.sh diff --git a/screenlayout/.screenlayout/office.sh b/screenlayout/.screenlayout/office.sh deleted file mode 100755 index 929f773..0000000 --- a/screenlayout/.screenlayout/office.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -xrandr --output HDMI-2 --off --output HDMI-1 --off --output DP-1 --mode 1920x1080 --pos 1920x0 --rotate normal --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-2 --off diff --git a/screenlayout/.screenlayout/three.sh b/screenlayout/.screenlayout/three.sh deleted file mode 100755 index 00ed4bc..0000000 --- a/screenlayout/.screenlayout/three.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -xrandr --output HDMI-2 --off --output HDMI-1 --mode 1920x1080 --pos 4480x0 --rotate left --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x176 --rotate normal --output DP-2 --mode 2560x1440 --pos 1920x0 --rotate normal -setxkbmap -option caps:escape & diff --git a/screenlayout/.screenlayout/single.sh b/screenlayout/.screenlayout/titan-one.sh similarity index 58% rename from screenlayout/.screenlayout/single.sh rename to screenlayout/.screenlayout/titan-one.sh index de0cd8e..2742296 100755 --- a/screenlayout/.screenlayout/single.sh +++ b/screenlayout/.screenlayout/titan-one.sh @@ -1,5 +1,3 @@ #!/bin/sh xrandr --output HDMI-2 --off --output HDMI-1 --off --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-2 --off setxkbmap -option caps:escape & -#xinput set-prop "SynPS/2 Synaptics TouchPad" "Synaptics ClickPad" 0 & -#xinput set-prop "SynPS/2 Synaptics TouchPad" "Synaptics Tap Action" 0 & diff --git a/screenlayout/.screenlayout/titan-two.sh b/screenlayout/.screenlayout/titan-two.sh new file mode 100755 index 0000000..4c06cf8 --- /dev/null +++ b/screenlayout/.screenlayout/titan-two.sh @@ -0,0 +1,3 @@ +#!/bin/sh +xrandr --output HDMI-2 --off --output HDMI-1 --mode 1920x1080 --pos 1920x0 --rotate left --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x360 --rotate normal --output DP-2 --off +setxkbmap -option caps:escape & diff --git a/screenlayout/.screenlayout/townhall.sh b/screenlayout/.screenlayout/townhall.sh deleted file mode 100755 index 010fc08..0000000 --- a/screenlayout/.screenlayout/townhall.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -xrandr --output HDMI-2 --off --output HDMI-1 --off --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x600 --rotate normal --output DP-2 --mode 1680x1050 --pos 1920x0 --rotate left diff --git a/screenlayout/.screenlayout/two.sh b/screenlayout/.screenlayout/two.sh deleted file mode 100755 index 929f773..0000000 --- a/screenlayout/.screenlayout/two.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -xrandr --output HDMI-2 --off --output HDMI-1 --off --output DP-1 --mode 1920x1080 --pos 1920x0 --rotate normal --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-2 --off