aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2021-12-15 11:12:24 -0500
committerRyan Kavanagh <rak@rak.ac>2021-12-15 11:14:04 -0500
commit736c3b5397ace1e711a4902b8240f35cea599b9c (patch)
tree02d18c299efdb42ef8d1105f5e0390c105d92523
parentCreate ~/.mutt/cache/bodies (diff)
asterias creen layout
Diffstat (limited to '')
-rw-r--r--dot_screenlayout/private_executable_asteria-home.sh2
-rwxr-xr-xexecutable_dot_xinitrc.tmpl (renamed from executable_dot_xinitrc)2
2 files changed, 3 insertions, 1 deletions
diff --git a/dot_screenlayout/private_executable_asteria-home.sh b/dot_screenlayout/private_executable_asteria-home.sh
new file mode 100644
index 0000000..a463ffd
--- /dev/null
+++ b/dot_screenlayout/private_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/executable_dot_xinitrc b/executable_dot_xinitrc.tmpl
index ce4ea56..6ac0cf9 100755
--- a/executable_dot_xinitrc
+++ b/executable_dot_xinitrc.tmpl
@@ -20,7 +20,7 @@ case `uname` in
pavucontrol &
urxvtd -q -f -o &
urxvtc &
- ${HOME}/.screenlayout/zeta-home.sh
+ ${HOME}/.screenlayout/{{ .chezmoi.hostname }}-home.sh
if [ "false" = "True" ]; then
sh bin/startaudio &
fi