From bdec603846fe604894897a33fb5a8ccfd8e482bb Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 8 Mar 2023 10:07:36 -0500 Subject: asteria screen layouts --- dot_screenlayout/executable_asteria-home.sh | 2 +- dot_screenlayout/executable_asteria-work.sh | 2 ++ dot_screenlayout/private_executable_asteria-work.sh | 2 -- 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 dot_screenlayout/executable_asteria-work.sh delete mode 100644 dot_screenlayout/private_executable_asteria-work.sh (limited to 'dot_screenlayout') diff --git a/dot_screenlayout/executable_asteria-home.sh b/dot_screenlayout/executable_asteria-home.sh index a463ffd..8172e1e 100644 --- a/dot_screenlayout/executable_asteria-home.sh +++ b/dot_screenlayout/executable_asteria-home.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output eDP --mode 1920x1080 --pos 0x1080 --rotate normal --output HDMI-A-0 --off --output DisplayPort-0 --off --output DisplayPort-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal +xrandr --output eDP --mode 1920x1080 --pos 0x1080 --rotate normal --output HDMI-A-0 --off --output DisplayPort-0 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DisplayPort-1 --off diff --git a/dot_screenlayout/executable_asteria-work.sh b/dot_screenlayout/executable_asteria-work.sh new file mode 100644 index 0000000..042252d --- /dev/null +++ b/dot_screenlayout/executable_asteria-work.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output eDP --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-A-0 --off --output DisplayPort-0 --off --output DisplayPort-1 --mode 1920x1200 --pos 1920x0 --rotate normal diff --git a/dot_screenlayout/private_executable_asteria-work.sh b/dot_screenlayout/private_executable_asteria-work.sh deleted file mode 100644 index 042252d..0000000 --- a/dot_screenlayout/private_executable_asteria-work.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -xrandr --output eDP --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-A-0 --off --output DisplayPort-0 --off --output DisplayPort-1 --mode 1920x1200 --pos 1920x0 --rotate normal -- cgit v1.2.3