From fce7b85097cbc38824f6ca633345a5ba57056add Mon Sep 17 00:00:00 2001
From: Ryan Kavanagh <rak@rak.ac>
Date: Fri, 6 May 2022 14:24:35 -0400
Subject: added screenlayouts for asteria

---
 dot_screenlayout/executable_asteria-home.sh         | 2 ++
 dot_screenlayout/executable_asteria-solo.sh         | 2 ++
 dot_screenlayout/private_executable_asteria-home.sh | 2 --
 3 files changed, 4 insertions(+), 2 deletions(-)
 create mode 100644 dot_screenlayout/executable_asteria-home.sh
 create mode 100644 dot_screenlayout/executable_asteria-solo.sh
 delete mode 100644 dot_screenlayout/private_executable_asteria-home.sh

diff --git a/dot_screenlayout/executable_asteria-home.sh b/dot_screenlayout/executable_asteria-home.sh
new file mode 100644
index 0000000..a463ffd
--- /dev/null
+++ b/dot_screenlayout/executable_asteria-home.sh
@@ -0,0 +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
diff --git a/dot_screenlayout/executable_asteria-solo.sh b/dot_screenlayout/executable_asteria-solo.sh
new file mode 100644
index 0000000..7158440
--- /dev/null
+++ b/dot_screenlayout/executable_asteria-solo.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 --off
diff --git a/dot_screenlayout/private_executable_asteria-home.sh b/dot_screenlayout/private_executable_asteria-home.sh
deleted file mode 100644
index a463ffd..0000000
--- a/dot_screenlayout/private_executable_asteria-home.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/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
-- 
cgit v1.2.3