diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2024-02-09 10:07:01 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2024-02-09 10:13:36 +0300 |
commit | 02697b449ba557f61b798b46f2b39d35baa95b50 (patch) | |
tree | e2850b0432b5e7a8f26a4d6837639210a2f36aa2 /.screenlayout/doublemonitor.layout.sh | |
parent | 7e7505c56cbcdfb410311978e723a190293d9abd (diff) |
some changes
Diffstat (limited to '.screenlayout/doublemonitor.layout.sh')
-rwxr-xr-x | .screenlayout/doublemonitor.layout.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.screenlayout/doublemonitor.layout.sh b/.screenlayout/doublemonitor.layout.sh index 09dbf31..8ef40ce 100755 --- a/.screenlayout/doublemonitor.layout.sh +++ b/.screenlayout/doublemonitor.layout.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output DVI-D-0 --off --output HDMI-0 --mode 1680x1050 --pos 2560x390 --rotate normal --output DP-0 -r 100 --mode 2560x1440 --pos 0x0 --rotate normal --output DP-1 --off --output None-2-1 --off --output HDMI-1-1 --off --output HDMI-1-2 --off --output DP-1-1 --off --output HDMI-1-3 --off --output DP-1-2 --off --output HDMI-1-4 --off +xrandr --output DVI-D-0 --off --output HDMI-0 --mode 1680x1050 --pos 2560x390 --rotate normal --output DP-0 --rate 100 --primary --mode 2560x1440 --pos 0x0 --rotate normal --output DP-1 --off --output None-2-1 --off --output HDMI-1-1 --off --output HDMI-1-2 --off --output DP-1-1 --off --output HDMI-1-3 --off --output DP-1-2 --off --output HDMI-1-4 --off |