diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-01-31 14:37:10 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-01-31 14:37:10 -0500 |
commit | 9a8ca539d71dc338abaf569f8ba1325bf4090a68 (patch) | |
tree | 58f61c6fb999be1280bb67b0a9179f8c16f3277f /dot_screenlayout | |
parent | rm bin/mutt (diff) | |
parent | lbdbrc update for mutt aliases and no gpg on openbsd (diff) |
Merge remote-tracking branch 'origin'
Diffstat (limited to '')
-rwxr-xr-x | dot_screenlayout/executable_zeta-work.sh | 2 | ||||
-rwxr-xr-x | dot_screenlayout/executable_zeta.rak.ac-home.sh (renamed from dot_screenlayout/executable_zeta-home.sh) | 0 | ||||
-rwxr-xr-x | dot_screenlayout/executable_zeta.rak.ac-solo.sh (renamed from dot_screenlayout/executable_zeta-solo.sh) | 0 | ||||
-rw-r--r-- | dot_screenlayout/executable_zeta.rak.ac-work.sh | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/dot_screenlayout/executable_zeta-work.sh b/dot_screenlayout/executable_zeta-work.sh deleted file mode 100755 index b73a836..0000000 --- a/dot_screenlayout/executable_zeta-work.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -xrandr --output eDP-1 --mode 1920x1080 --pos 1600x0 --rotate normal --output DP-1 --off --output HDMI-1 --off --output DP-2 --off --output HDMI-2 --primary --mode 1600x1200 --pos 0x0 --rotate normal diff --git a/dot_screenlayout/executable_zeta-home.sh b/dot_screenlayout/executable_zeta.rak.ac-home.sh index b4c76e9..b4c76e9 100755 --- a/dot_screenlayout/executable_zeta-home.sh +++ b/dot_screenlayout/executable_zeta.rak.ac-home.sh diff --git a/dot_screenlayout/executable_zeta-solo.sh b/dot_screenlayout/executable_zeta.rak.ac-solo.sh index 18b58ed..18b58ed 100755 --- a/dot_screenlayout/executable_zeta-solo.sh +++ b/dot_screenlayout/executable_zeta.rak.ac-solo.sh diff --git a/dot_screenlayout/executable_zeta.rak.ac-work.sh b/dot_screenlayout/executable_zeta.rak.ac-work.sh new file mode 100644 index 0000000..8666d94 --- /dev/null +++ b/dot_screenlayout/executable_zeta.rak.ac-work.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output eDP1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP1 --off --output DP2 --off --output HDMI1 --off --output HDMI2 --mode 1920x1200 --pos 1920x0 --rotate normal --output VIRTUAL1 --off |