diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-02-09 19:29:20 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-02-09 19:29:20 -0500 |
commit | 1cd70a9954b6206de484f89ed7d71f2124c8c2cb (patch) | |
tree | 2d5b6ad8f8a2c7f3afb7238a980bacb642841053 /dot_screenlayout | |
parent | elisp .emacs (diff) | |
parent | s-l should force xlock to immediately lock (diff) |
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'dot_screenlayout')
-rwxr-xr-x | dot_screenlayout/executable_zeta.rak.ac-home.sh | 2 | ||||
-rw-r--r-- | dot_screenlayout/executable_zeta.rak.ac-work.sh | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/dot_screenlayout/executable_zeta.rak.ac-home.sh b/dot_screenlayout/executable_zeta.rak.ac-home.sh deleted file mode 100755 index b4c76e9..0000000 --- a/dot_screenlayout/executable_zeta.rak.ac-home.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -xrandr --output eDP-1 --mode 1920x1080 --pos 0x1080 --rotate normal --output DP-1 --off --output HDMI-1 --off --output DP-2 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-2 --off diff --git a/dot_screenlayout/executable_zeta.rak.ac-work.sh b/dot_screenlayout/executable_zeta.rak.ac-work.sh index 8666d94..a9b9240 100644 --- a/dot_screenlayout/executable_zeta.rak.ac-work.sh +++ b/dot_screenlayout/executable_zeta.rak.ac-work.sh @@ -1,2 +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 +xrandr --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1 --off --output DP-2 --off --output HDMI-1 --off --output HDMI-2 --mode 1920x1200 --pos 1920x0 --rotate normal |