diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2023-11-26 02:43:55 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2023-11-26 02:43:55 +0300 |
commit | 417cf9b495ebd0da63148e9b5f07e23d9a573276 (patch) | |
tree | 09c92cc15cd732be4977c1682498e9ba5943354c /.screenlayout | |
parent | 920caab3de6ca983a76dc277950158a2d9315210 (diff) |
in the middle of creating proper nvim commit
Diffstat (limited to '.screenlayout')
-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 371cba6..3b3937d 100755 --- a/.screenlayout/doublemonitor.layout.sh +++ b/.screenlayout/doublemonitor.layout.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output eDP1 --primary --mode 1920x1080 --pos 1360x0 --rotate normal --output DP1 --off --output DP2 --off --output HDMI1 --off --output HDMI2 --off --output VIRTUAL1 --off --output HDMI-1-0 --mode 1360x768 --pos 0x0 --rotate normal +xrandr --output eDP1 --primary --mode 1920x1080 --pos 1360x0 --rotate normal --output DP1 --off --output DP2 --off --output HDMI1 --off --output HDMI2 --off --output VIRTUAL1 --off --output HDMI-1-0 --mode 1360x768 --pos 0x156 --rotate normal |