diff options
Diffstat (limited to '')
-rwxr-xr-x | .screenlayout/epsilon-McGill.sh | 2 | ||||
-rwxr-xr-x | .screenlayout/epsilon-SAIL.sh | 2 | ||||
-rwxr-xr-x | .screenlayout/epsilon-home.sh | 2 | ||||
-rwxr-xr-x | .screenlayout/epsilon-solo.sh | 2 | ||||
-rwxr-xr-x | .screenlayout/lambda-home.sh | 2 | ||||
-rwxr-xr-x | .screenlayout/nu-home.sh | 2 | ||||
-rwxr-xr-x | .screenlayout/nu-solo.sh | 2 | ||||
-rwxr-xr-x | .screenlayout/nu-work.sh | 2 |
8 files changed, 0 insertions, 16 deletions
diff --git a/.screenlayout/epsilon-McGill.sh b/.screenlayout/epsilon-McGill.sh deleted file mode 100755 index 58812f1..0000000 --- a/.screenlayout/epsilon-McGill.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -xrandr --output LVDS1 --mode 1024x600 --pos 264x1050 --rotate normal --output VGA1 --mode 1680x1050 --pos 0x0 --rotate normal diff --git a/.screenlayout/epsilon-SAIL.sh b/.screenlayout/epsilon-SAIL.sh deleted file mode 100755 index 85426bc..0000000 --- a/.screenlayout/epsilon-SAIL.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -xrandr --output LVDS1 --mode 1024x600 --pos 0x1200 --rotate normal --output VGA1 --mode 1920x1200 --pos 0x0 --rotate normal diff --git a/.screenlayout/epsilon-home.sh b/.screenlayout/epsilon-home.sh deleted file mode 100755 index 70bb12b..0000000 --- a/.screenlayout/epsilon-home.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -xrandr --output VGA1 --mode 1920x1080 --pos 0x0 --rotate normal --output LVDS1 --mode 1024x600 --pos 344x1080 --rotate normal diff --git a/.screenlayout/epsilon-solo.sh b/.screenlayout/epsilon-solo.sh deleted file mode 100755 index e23847b..0000000 --- a/.screenlayout/epsilon-solo.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -xrandr --output LVDS1 --mode 1024x600 --pos 0x0 --rotate normal --output VGA1 --off diff --git a/.screenlayout/lambda-home.sh b/.screenlayout/lambda-home.sh deleted file mode 100755 index 10e0ee0..0000000 --- a/.screenlayout/lambda-home.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -xrandr --output VGA-1 --mode 1920x1080 --pos 0x0 --rotate normal --output TV-1 --off --output DVI-I-1 --off diff --git a/.screenlayout/nu-home.sh b/.screenlayout/nu-home.sh deleted file mode 100755 index c5b1c36..0000000 --- a/.screenlayout/nu-home.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -xrandr --output HDMI1 --mode 1920x1080 --pos 1366x0 --rotate normal --output LVDS1 --mode 1366x768 --pos 0x0 --rotate normal --output DP1 --off --output VGA1 --off diff --git a/.screenlayout/nu-solo.sh b/.screenlayout/nu-solo.sh deleted file mode 100755 index c9c12a0..0000000 --- a/.screenlayout/nu-solo.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -xrandr --output HDMI1 --off --output LVDS1 --mode 1366x768 --pos 0x0 --rotate normal --output DP1 --off --output VGA1 --off diff --git a/.screenlayout/nu-work.sh b/.screenlayout/nu-work.sh deleted file mode 100755 index 7106df8..0000000 --- a/.screenlayout/nu-work.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -xrandr --output HDMI1 --off --output LVDS1 --mode 1366x768 --pos 1080x576 --rotate normal --output DP1 --off --output VGA1 --mode 1920x1080 --pos 0x0 --rotate left |